From 2e8e3f46ba0a41d95c38875cf6a7153816262123 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 6 Feb 2008 21:24:46 +0000 Subject: [PATCH] sp again git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@619157 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/lang/StringUtils.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.

@@ -3514,7 +3514,7 @@ public class StringUtils { /** *

- * 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. *

* *