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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new df4916e1 Normalize spelling
df4916e1 is described below

commit df4916e11b96662c99dfca61fb1e31f5c1e715c7
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 7 07:17:34 2025 -0500

    Normalize spelling
---
 src/main/java/org/apache/commons/text/similarity/package-info.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/text/similarity/package-info.java 
b/src/main/java/org/apache/commons/text/similarity/package-info.java
index 3a2273ff..a0cdec2d 100644
--- a/src/main/java/org/apache/commons/text/similarity/package-info.java
+++ b/src/main/java/org/apache/commons/text/similarity/package-info.java
@@ -37,7 +37,7 @@
  * </ul>
  *
  * <p>The {@link org.apache.commons.text.similarity.CosineDistance Cosine 
Distance}
- * utilises a {@link org.apache.commons.text.similarity.RegexTokenizer regular 
expression tokenizer (\w+)}.
+ * utilizes a {@link org.apache.commons.text.similarity.RegexTokenizer regular 
expression tokenizer (\w+)}.
  * And the {@link org.apache.commons.text.similarity.LevenshteinDistance 
Levenshtein Distance}'s
  * behavior can be changed to take into consideration a maximum throughput.</p>
  *

Reply via email to