You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2016/02/26 06:00:18 UTC

[2/5] [lang] LANG-1175: fixed typo on changes

LANG-1175: fixed typo on changes


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

Branch: refs/heads/master
Commit: 1dbdbfc3fadaee15424671e03bacb0fea134dc7e
Parents: c3e250a
Author: Sergio Fernández <wi...@apache.org>
Authored: Mon Oct 19 21:38:18 2015 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Mon Oct 19 21:38:18 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1dbdbfc3/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f5ab117..f73c2e0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,9 +22,9 @@
   <body>
 
   <release version="3.5" date="tba" description="tba">
-    <action issue="LANG-1175" type="fix" dev="wikier" dute-to="Benedikt Ritter">Remove Ant-based build</action>
-    <action issue="LANG-1174" type="add" dev="britter" dute-to="Punkratz312">Add sugar to RandomUtils</action>
-    <action issue="LANG-1057" type="update" dev="chas" dute-to="Otávio Santana">Replace StringBuilder with String concatenation for better optimization</action>
+    <action issue="LANG-1175" type="fix" dev="wikier" due-to="Benedikt Ritter">Remove Ant-based build</action>
+    <action issue="LANG-1174" type="add" dev="britter" due-to="Punkratz312">Add sugar to RandomUtils</action>
+    <action issue="LANG-1057" type="update" dev="chas" due-to="Otávio Santana">Replace StringBuilder with String concatenation for better optimization</action>
     <action issue="LANG-1075" type="update" dev="chas">Deprecate SystemUtils.FILE_SEPARATOR and SystemUtils.PATH_SEPARATOR</action>
     <action issue="LANG-1154" type="add" dev="chas" due-to="Gary Gregory">FastDateFormat APIs that use a StringBuilder</action>
     <action issue="LANG-1149" type="add" dev="chas" due-to="Gregory Zak">Ability to throw checked exceptions without declaring them</action>