Dummy change to check diffs now restored

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/fileupload/trunk@1458594 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java b/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java
index 5911b92..fa4beb4 100644
--- a/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java
+++ b/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java
@@ -55,7 +55,7 @@
     }
 
     /**
-     * Test our decode with pad character in the middle.
+     * Test our decode with a pad character in the middle.
      *
      * Contrary to Apache Commons-Codec implementation, doesn't halt decode and return what we've got so far.
      *