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 a6b4917a Normalize spelling
a6b4917a is described below
commit a6b4917a9dbefefef6bc50b23c53fd5316a5ef7d
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 27 10:53:04 2025 -0500
Normalize spelling
---
src/test/java/org/apache/commons/codec/binary/Base16Test.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/codec/binary/Base16Test.java
b/src/test/java/org/apache/commons/codec/binary/Base16Test.java
index d138ca41..845bd6ed 100644
--- a/src/test/java/org/apache/commons/codec/binary/Base16Test.java
+++ b/src/test/java/org/apache/commons/codec/binary/Base16Test.java
@@ -180,7 +180,7 @@ public class Base16Test {
}
@Test
- public void testDecodeSingleBytesOptimisation() {
+ public void testDecodeSingleBytesOptimization() {
final BaseNCodec.Context context = new BaseNCodec.Context();
assertEquals(0, context.ibitWorkArea);
assertNull(context.buffer);