Normalize to US English spelling.
diff --git a/src/test/java/org/apache/commons/codec/binary/BaseNCodecTest.java b/src/test/java/org/apache/commons/codec/binary/BaseNCodecTest.java
index 2a02762..3b89c4d 100644
--- a/src/test/java/org/apache/commons/codec/binary/BaseNCodecTest.java
+++ b/src/test/java/org/apache/commons/codec/binary/BaseNCodecTest.java
@@ -231,8 +231,8 @@
         context.pos = 76979;
         context.readPos = 273;
         ncodec.ensureBufferSize(0, context);
-        Assert.assertNotNull("buffer should be initialised", context.buffer);
-        Assert.assertEquals("buffer should be initialised to default size", ncodec.getDefaultBufferSize(), context.buffer.length);
+        Assert.assertNotNull("buffer should be initialized", context.buffer);
+        Assert.assertEquals("buffer should be initialized to default size", ncodec.getDefaultBufferSize(), context.buffer.length);
         Assert.assertEquals("context position", 0, context.pos);
         Assert.assertEquals("context read position", 0, context.readPos);