You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/17 17:14:47 UTC

[commons-codec] branch master updated: Normalize spelling to US English in comments.

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-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 35e9cf2  Normalize spelling to US English in comments.
35e9cf2 is described below

commit 35e9cf2538714d71b3091a8c1c216b4416220909
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 17 12:14:43 2020 -0500

    Normalize spelling to US English in comments.
---
 src/test/java/org/apache/commons/codec/binary/Base32Test.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/codec/binary/Base32Test.java b/src/test/java/org/apache/commons/codec/binary/Base32Test.java
index 475bb2f..d84dd25 100644
--- a/src/test/java/org/apache/commons/codec/binary/Base32Test.java
+++ b/src/test/java/org/apache/commons/codec/binary/Base32Test.java
@@ -246,7 +246,7 @@ public class Base32Test {
         base32 = new Base32(-1, new byte[] {});
         base32 = new Base32(32, new byte[] {});
         base32 = new Base32(32, new byte[] {}, false);
-        // This is different behaviour than Base64 which validates the separator
+        // This is different behavior than Base64 which validates the separator
         // even when line length is negative.
         base32 = new Base32(-1, new byte[] { 'A' });
         try {