Author: ggregory
Date: Sun May 27 15:04:57 2012
New Revision: 1343059
URL: http://svn.apache.org/viewvc?rev=1343059&view=rev
Log:
Use US-English spelling.
Modified:
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/DoubleMetaphone.java
Modified:
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/DoubleMetaphone.java
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/DoubleMetaphone.java?rev=1343059&r1=1343058&r2=1343059&view=diff
==============================================================================
---
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/DoubleMetaphone.java
(original)
+++
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/DoubleMetaphone.java
Sun May 27 15:04:57 2012
@@ -29,8 +29,8 @@ import org.apache.commons.codec.StringEn
*
* This class is conditionally thread-safe.
* The instance field {@link #maxCodeLen} is mutable {@link
#setMaxCodeLen(int)}
- * but is not volatile, and accesses are not synchronised.
- * If an instance of the class is shared between threads, the caller needs to
ensure that suitable synchronisation
+ * but is not volatile, and accesses are not synchronized.
+ * If an instance of the class is shared between threads, the caller needs to
ensure that suitable synchronization
* is used to ensure safe publication of the value between threads, and must
not invoke {@link #setMaxCodeLen(int)}
* after initial setup.
*