You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/07/11 17:22:29 UTC

[39/50] [abbrv] commons-collections git commit: [COLLECTIONS-594] Web site spelling error: MultiValuedMapeList. Typo in changes.xml.

[COLLECTIONS-594] Web site spelling error: MultiValuedMapeList. Typo in changes.xml.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1765909 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/edf38672
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/edf38672
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/edf38672

Branch: refs/heads/master
Commit: edf3867212b2075696ee2dcf7cc8c7c4733d4d31
Parents: c2c01cb
Author: Gary D. Gregory <gg...@apache.org>
Authored: Fri Oct 21 05:49:15 2016 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Fri Oct 21 05:49:15 2016 +0000

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/edf38672/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c0dc3de..7ff210a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,7 +22,7 @@
   <body>
   <release version="4.2" date="YYYY-MM-DD" description="New features">
     <action issue="COLLECTIONS-594" dev="ggregory" type="fix" due-to="Javen O'Neal">
-      Website spelling error: MultiValuedMapeList. 
+      Web site spelling error: MultiValuedMapeList. 
     </action>
     <action issue="COLLECTIONS-589" dev="ggregory" type="add" due-to="Gary Gregory">
       Add null-safe MapUtils.size(Map&lt;?, ?>) method.