Skip to content

Commit 3638aba

Browse files
committed
Normalize to US English spelling.
1 parent 46969d4 commit 3638aba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ public void testEnsureBufferSize() {
231231
context.pos = 76979;
232232
context.readPos = 273;
233233
ncodec.ensureBufferSize(0, context);
234-
Assert.assertNotNull("buffer should be initialised", context.buffer);
235-
Assert.assertEquals("buffer should be initialised to default size", ncodec.getDefaultBufferSize(), context.buffer.length);
234+
Assert.assertNotNull("buffer should be initialized", context.buffer);
235+
Assert.assertEquals("buffer should be initialized to default size", ncodec.getDefaultBufferSize(), context.buffer.length);
236236
Assert.assertEquals("context position", 0, context.pos);
237237
Assert.assertEquals("context read position", 0, context.readPos);
238238

0 commit comments

Comments
 (0)