Skip to content

Commit a6b4917

Browse files
committed
Normalize spelling
1 parent 5eff65e commit a6b4917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public void testDecodeSingleBytes() {
180180
}
181181

182182
@Test
183-
public void testDecodeSingleBytesOptimisation() {
183+
public void testDecodeSingleBytesOptimization() {
184184
final BaseNCodec.Context context = new BaseNCodec.Context();
185185
assertEquals(0, context.ibitWorkArea);
186186
assertNull(context.buffer);

0 commit comments

Comments
 (0)