This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit 7eb185b4cc9bb5f90b8de7ce7c466a2b8b8f5744 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon May 19 10:41:12 2025 -0400 Javadoc typo --- src/main/java/org/apache/commons/codec/language/ColognePhonetic.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java b/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java index 10cffc48..6534625b 100644 --- a/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java +++ b/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java @@ -31,7 +31,7 @@ import org.apache.commons.codec.StringEncoder; * </p> * <p> * The <em>Kölner Phonetik</em> is a phonetic algorithm which is optimized for the German language. It is related to - * the well-known soundex algorithm. + * the well-known Soundex algorithm. * </p> * * <h2>Algorithm</h2>