You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/10/19 20:35:35 UTC

[lang] Fix typo

Repository: commons-lang
Updated Branches:
  refs/heads/master c9cae602e -> fd595d747


Fix typo


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

Branch: refs/heads/master
Commit: fd595d7475336242f1aed9dc2fd30ce1af67d128
Parents: c9cae60
Author: Benedikt Ritter <br...@apache.org>
Authored: Mon Oct 19 20:35:29 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Mon Oct 19 20:35:29 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/fd595d74/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4a5c143..a2a4c26 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,8 +22,8 @@
   <body>
 
   <release version="3.5" date="tba" description="tba">
-    <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-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>