You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/11/06 14:57:32 UTC

[commons-collections] branch master updated: Fix minor typos #323

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 5286ebe2c Fix minor typos #323
5286ebe2c is described below

commit 5286ebe2c6f57f2db368f73b90c4834fe6e68fe0
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Sun Nov 6 09:57:27 2022 -0500

    Fix minor typos #323
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a9b9ae18e..201151db1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -103,6 +103,9 @@
     <action issue="COLLECTIONS-814" type="fix" dev="kinow" due-to="angusdev">
       CollectionUtils.removeAll() not throwing NPE #340.
     </action>
+    <action type="fix" dev="ggregory" due-to="Marc Wrobel">
+      Fix minor typos #323
+    </action>
     <!-- ADD -->
     <action issue="COLLECTIONS-760" dev="kinow" type="add" due-to="Isira Seneviratne">
       Add tests for MapUtils.