Skip to content

Commit 2160eaa

Browse files
committed
Javadoc: Fix typo.
1 parent 70e7654 commit 2160eaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/codec/language/DoubleMetaphone.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ private boolean isSilentStart(final String value) {
967967

968968
/**
969969
* Determines whether or not a value is of slavo-germanic origin. A value is
970-
* of slavo-germanic origin if it contians any of 'W', 'K', 'CZ', or 'WITZ'.
970+
* of slavo-germanic origin if it contains any of 'W', 'K', 'CZ', or 'WITZ'.
971971
*/
972972
private boolean isSlavoGermanic(final String value) {
973973
return value.indexOf('W') > -1 || value.indexOf('K') > -1 ||

0 commit comments

Comments
 (0)