This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 6eec1242 Normalize spelling to US English
6eec1242 is described below
commit 6eec124214b5e8903a6149542aa82fb94de9d741
Author: Gary David Gregory (Code signing key) <[email protected]>
AuthorDate: Tue Oct 31 06:17:21 2023 -0400
Normalize spelling to US English
---
.../java/org/apache/bcel/verifier/structurals/ControlFlowGraph.java | 2 +-
.../java/org/apache/bcel/verifier/structurals/InstructionContext.java | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/src/main/java/org/apache/bcel/verifier/structurals/ControlFlowGraph.java
b/src/main/java/org/apache/bcel/verifier/structurals/ControlFlowGraph.java
index 0207e755..ac5609a7 100644
--- a/src/main/java/org/apache/bcel/verifier/structurals/ControlFlowGraph.java
+++ b/src/main/java/org/apache/bcel/verifier/structurals/ControlFlowGraph.java
@@ -46,7 +46,7 @@ public class ControlFlowGraph {
private class InstructionContextImpl implements InstructionContext {
/**
- * The TAG field is here for external temporary flagging, such as
graph colouring.
+ * The TAG field is here for external temporary flagging, such as
graph coloring.
*
* @see #getTag()
* @see #setTag(int)
diff --git
a/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java
b/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java
index 41c18273..90e02756 100644
--- a/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java
+++ b/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java
@@ -71,7 +71,7 @@ public interface InstructionContext {
InstructionContext[] getSuccessors();
/**
- * The getTag and setTag methods may be used for temporary flagging, such
as graph colouring. Nothing in the
+ * The getTag and setTag methods may be used for temporary flagging, such
as graph coloring. Nothing in the
* InstructionContext object depends on the value of the tag. JustIce does
not use it.
*
* @see #setTag(int tag)
@@ -79,7 +79,7 @@ public interface InstructionContext {
int getTag();
/**
- * The getTag and setTag methods may be used for temporary flagging, such
as graph colouring. Nothing in the
+ * The getTag and setTag methods may be used for temporary flagging, such
as graph coloring. Nothing in the
* InstructionContext object depends on the value of the tag. JustIce does
not use it.
*
* @see #getTag()