You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/02/28 19:16:36 UTC

svn commit: r1075459 - /commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/CaverphoneTest.java

Author: ggregory
Date: Mon Feb 28 18:16:36 2011
New Revision: 1075459

URL: http://svn.apache.org/viewvc?rev=1075459&view=rev
Log:
Fix typo in comment.

Modified:
    commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/CaverphoneTest.java

Modified: commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/CaverphoneTest.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/CaverphoneTest.java?rev=1075459&r1=1075458&r2=1075459&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/CaverphoneTest.java (original)
+++ commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/CaverphoneTest.java Mon Feb 28 18:16:36 2011
@@ -355,7 +355,7 @@ public class CaverphoneTest extends Stri
      * @throws EncoderException
      */
     public void testWikipediaExamples() throws EncoderException {
-        // Is this a bug of a Caverphone 1.0 vs 2.0 issue?
+        // Is this a bug or a Caverphone 1.0 vs 2.0 issue?
         // String[][] data = {{"Lee", "L11111"}, {"Thompson", "TMPSN1"}};
         // this.checkEncodings(data);
     }