aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorGary D. Gregory <ggregory@apache.org>2008-04-03 13:24:42 +0000
committerGary D. Gregory <ggregory@apache.org>2008-04-03 13:24:42 +0000
commit19d3272300f303e4e9ff7ba250078ef882543823 (patch)
treecf8cc1771a1b6527f61aa8356b128635275c7e59 /RELEASE-NOTES.txt
parentdd0deed066e728d7b09e5fd69855c5ad7bf6bdb4 (diff)
downloadapache-commons-lang-19d3272300f303e4e9ff7ba250078ef882543823.tar.gz
fix typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@644305 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index f7dd200aa..5a5159f1e 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -79,7 +79,7 @@ BUG FIXES IN 2.4:
* [LANG-353] - Javadoc Example for EqualsBuilder is questionable
* [LANG-360] - Why does appendIdentityToString return null?
* [LANG-361] - BooleanUtils toBooleanObject javadoc does not match implementation
- * [LANG-363] - StringEscapeUtils..escapeJavaScript() method did not escape '/' into '\/', it will make IE render page incorrectly
+ * [LANG-363] - StringEscapeUtils.escapeJavaScript() method did not escape '/' into '\/', it will make IE render page incorrectly
* [LANG-364] - Documentation bug for ignoreEmptyTokens accessors in StrTokenizer
* [LANG-365] - BooleanUtils.toBoolean() - invalid drop-thru in case statement causes StringIndexOutOfBoundsException
* [LANG-367] - FastDateFormat thread safety