Skip to content

Commit 44d74ce

Browse files
committed
Normalize spelling
1 parent 5690be0 commit 44d74ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/collections4/sequence/SequencesComparator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ private Snake buildSnake(final int start, final int diag, final int end1, final
255255
*/
256256
private Snake getMiddleSnake(final int start1, final int end1, final int start2, final int end2) {
257257
// Myers Algorithm
258-
// Initialisations
258+
// Initializations
259259
final int m = end1 - start1;
260260
final int n = end2 - start2;
261261
if (m == 0 || n == 0) {

0 commit comments

Comments
 (0)