Skip to content

Commit cf4568e

Browse files
committed
Javadoc fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1073217 13f79535-47bb-0310-9956-ffa450edef68
1 parent 77dd3dc commit cf4568e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/java/org/apache/commons/codec/language/ColognePhonetic.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*
4040
* <li>
4141
* <h3>First step:</h3>
42-
* After a preprocessing (convertion to upper case, transcription of <a
42+
* After preprocessing (convertion to upper case, transcription of <a
4343
* href="http://en.wikipedia.org/wiki/Germanic_umlaut">germanic umlauts</a>, removal of non alphabetical characters) the
4444
* letters of the supplied text are replaced by their phonetic code according to the folowing table.
4545
* <table border="1">
@@ -159,7 +159,7 @@
159159
*
160160
* <li>
161161
* <h3>Second step:</h3>
162-
* Removal of all doubly codes.
162+
* Removal of all double codes.
163163
* <h4>Example:</h4>
164164
* {@code "6005507500206880022" => "6050750206802"}</li>
165165
*

0 commit comments

Comments
 (0)