Skip to content

Commit 35e9cf2

Browse files
committed
Normalize spelling to US English in comments.
1 parent 340f3b4 commit 35e9cf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/codec/binary/Base32Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public void testConstructors() {
246246
base32 = new Base32(-1, new byte[] {});
247247
base32 = new Base32(32, new byte[] {});
248248
base32 = new Base32(32, new byte[] {}, false);
249-
// This is different behaviour than Base64 which validates the separator
249+
// This is different behavior than Base64 which validates the separator
250250
// even when line length is negative.
251251
base32 = new Base32(-1, new byte[] { 'A' });
252252
try {

0 commit comments

Comments
 (0)