Author: sebb
Date: Wed Feb  6 10:24:59 2008
New Revision: 619091

URL: http://svn.apache.org/viewvc?rev=619091&view=rev
Log:
Correct spelling and punctuation in Javadoc. 

Modified:
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java

Modified: 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java?rev=619091&r1=619090&r2=619091&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java 
(original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java 
Wed Feb  6 10:24:59 2008
@@ -3351,7 +3351,7 @@
     }
 
     /**
-     * <p>Removes all occurances of a substring from within the source 
string.</p>
+     * <p>Removes all occurences of a substring from within the source 
string.</p>
      *
      * <p>A <code>null</code> source string will return <code>null</code>.
      * An empty ("") source string will return the empty string.
@@ -3381,7 +3381,7 @@
     }
 
     /**
-     * <p>Removes all occurances of a character from within the source 
string.</p>
+     * <p>Removes all occurences of a character from within the source 
string.</p>
      *
      * <p>A <code>null</code> source string will return <code>null</code>.
      * An empty ("") source string will return the empty string.</p>
@@ -3525,13 +3525,13 @@
 
     /**
      * <p>
-     * Replaces all occurances of Strings within another String.
+     * Replaces all occurences of Strings within another String.
      * </p>
      * 
      * <p>
      * A <code>null</code> reference passed to this method is a no-op, or if
      * any "search string" or "string to replace" is null, that replace will be
-     * ignored. This will not repeat, for repeating replaces, call the
+     * ignored. This will not repeat. For repeating replaces, call the
      * overloaded method.
      * </p>
      * 
@@ -3568,13 +3568,13 @@
 
     /**
      * <p>
-     * Replaces all occurances of Strings within another String.
+     * Replaces all occurences of Strings within another String.
      * </p>
      * 
      * <p>
      * A <code>null</code> reference passed to this method is a no-op, or if
      * any "search string" or "string to replace" is null, that replace will be
-     * ignored. This will not repeat, for repeating replaces, call the
+     * ignored. This will not repeat. For repeating replaces, call the
      * overloaded method.
      * </p>
      * 
@@ -3621,7 +3621,7 @@
 
     /**
      * <p>
-     * Replaces all occurances of Strings within another String.
+     * Replaces all occurences of Strings within another String.
      * </p>
      * 
      * <p>


Reply via email to