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-collections.git
The following commit(s) were added to refs/heads/master by this push: new 0f3ad2284 Fix typo independant -> independent 0f3ad2284 is described below commit 0f3ad2284e318071a2bb62a088977895234d1251 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 28 12:14:07 2022 -0400 Fix typo independant -> independent --- src/changes/changes.xml | 2 +- src/site/xdoc/release_4_0.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ca0ad91b3..f04118389 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -1062,7 +1062,7 @@ features, this release includes numerous bug fixes. </action> <action issue="COLLECTIONS-294" dev="bayard" type="fix" due-to="Benjamin Bentmann"> "CaseInsensitiveMap" will now convert input strings to lower-case in a - locale-independant manner. + locale-independent manner. </action> <action issue="COLLECTIONS-293" dev="tn" type="add" due-to="Stephen Kestle"> Added support for using custom "Equator" objects in "EqualPredicate". diff --git a/src/site/xdoc/release_4_0.xml b/src/site/xdoc/release_4_0.xml index 9766d0865..ba57040e9 100644 --- a/src/site/xdoc/release_4_0.xml +++ b/src/site/xdoc/release_4_0.xml @@ -263,7 +263,7 @@ have changed. <li>"SetUniqueList#subList()#contains(Object)" will now correctly check the subList rather than the parent list. Thanks to Christian Semrau.</li> <li>"SetUniqueList#set(int, Object)" will now correctly enforce the uniqueness constraint. Thanks to RafaĆ Figas,Bjorn Townsend.</li> <li>Improved javadoc for "Unmodifiable*" classes wrt behavior when the users tries to modify the collection. Thanks to Emmanuel Bourg.</li> -<li>"CaseInsensitiveMap" will now convert input strings to lower-case in a locale-independant manner. Thanks to Benjamin Bentmann.</li> +<li>"CaseInsensitiveMap" will now convert input strings to lower-case in a locale-independent manner. Thanks to Benjamin Bentmann.</li> <li>Fixed javadoc for "ListUtils#transformedList(List)" to clarify that existing objects in the list are not transformed. Thanks to Paul Benedict.</li> <li>"MultiKey" will now be correctly serialized/de-serialized. Thanks to Joerg Schaible.</li> <li>Fixed javadoc for methods "firstKey()" and "lastKey()" in class "AbstractLinkedMap". Thanks to Lisen Mu.</li>