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 2015/03/19 23:46:35 UTC

svn commit: r1667895 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/Soundex.java

Author: ggregory
Date: Thu Mar 19 22:46:34 2015
New Revision: 1667895

URL: http://svn.apache.org/r1667895
Log:
Javdoc typo.

Modified:
    commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/Soundex.java

Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/Soundex.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/Soundex.java?rev=1667895&r1=1667894&r2=1667895&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/Soundex.java (original)
+++ commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/Soundex.java Thu Mar 19 22:46:34 2015
@@ -168,7 +168,7 @@ public class Soundex implements StringEn
     }
 
     /**
-     * Used internally by the SoundEx algorithm.
+     * Used internally by the Soundex algorithm.
      *
      * Consonants from the same code group separated by W or H are treated as one.
      *