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 2008/04/02 17:42:32 UTC

svn commit: r643943 - /commons/proper/lang/trunk/RELEASE-NOTES.txt

Author: ggregory
Date: Wed Apr  2 08:42:31 2008
New Revision: 643943

URL: http://svn.apache.org/viewvc?rev=643943&view=rev
Log:
Fix spelling.

Modified:
    commons/proper/lang/trunk/RELEASE-NOTES.txt

Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=643943&r1=643942&r2=643943&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/RELEASE-NOTES.txt Wed Apr  2 08:42:31 2008
@@ -28,7 +28,7 @@
 - The Nestable interface defines the method indexOfThrowable(Class).
 Previously the implementations checked only for a specific Class.
 Now they check for subclasses of that Class as well.
-For most situations this will be the expected behaviour (ie. its a bug fix).
+For most situations this will be the expected behaviour (ie. it is a bug fix).
 If it causes problems, please use the ExceptionUtils.indexOfThrowable(Class) method instead.
 Note that the ExceptionUtils method is available in v1.0 and v2.0 of commons-lang and has not been changed.
 (An alternative to this is to change the public static matchSubclasses flag on NestableDelegate.
@@ -59,7 +59,7 @@
 
 DEPRECATIONS FROM 2.0 to 2.1:
 
-- The enum package has been renamed to enums for JDK1.5 compilance.
+- The enum package has been renamed to enums for JDK1.5 compliance.
 All functionality is identical, just the package has changed.
 This package will be removed in v3.0.
 
@@ -79,7 +79,7 @@
     * [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 uncorrectly
+    * [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