This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push:
new 70bbeba44 Normalize spelling
70bbeba44 is described below
commit 70bbeba44d9898e63ca5da3bacadcf69cc9cb07e
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 18:02:52 2026 -0400
Normalize spelling
---
src/site/xdoc/index.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index aa7af2ae4..e13fbadbc 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -29,7 +29,7 @@
The <a href="https://docs.oracle.com/javase/tutorial/collections/">Java
Collections Framework</a>
was a major addition in Java 1.2.
It added many powerful data structures that accelerate development of most
significant Java applications.
-Since that time it has become the recognised standard for collection handling
in Java.
+Since that time it has become the recognized standard for collection handling
in Java.
</p>
<p>
Commons-Collections seek to build upon the JDK classes by providing new
interfaces, implementations and utilities.