diff --git a/src/java/org/apache/commons/lang/StringUtils.java b/src/java/org/apache/commons/lang/StringUtils.java index 63b1a032e..87673db4f 100644 --- a/src/java/org/apache/commons/lang/StringUtils.java +++ b/src/java/org/apache/commons/lang/StringUtils.java @@ -3340,7 +3340,7 @@ public class StringUtils { } /** - *
Removes all occurences of a substring from within the source string.
+ *Removes all occurrences of a substring from within the source string.
* *A null
source string will return null
.
* An empty ("") source string will return the empty string.
@@ -3370,7 +3370,7 @@ public class StringUtils {
}
/**
- *
Removes all occurences of a character from within the source string.
+ *Removes all occurrences of a character from within the source string.
* *A null
source string will return null
.
* An empty ("") source string will return the empty string.
- * Replaces all occurences of Strings within another String. + * Replaces all occurrences of Strings within another String. *
* *@@ -3557,7 +3557,7 @@ public class StringUtils { /** *
- * Replaces all occurences of Strings within another String. + * Replaces all occurrences of Strings within another String. *
* *@@ -3609,7 +3609,7 @@ public class StringUtils { /** *
- * Replaces all occurences of Strings within another String. + * Replaces all occurrences of Strings within another String. *
* *