Skip to content

Commit 17c1385

Browse files
committed
Use US-English spelling.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1343059 13f79535-47bb-0310-9956-ffa450edef68
1 parent 11cb9ca commit 17c1385

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/codec/language/DoubleMetaphone.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
*
3030
* This class is conditionally thread-safe.
3131
* The instance field {@link #maxCodeLen} is mutable {@link #setMaxCodeLen(int)}
32-
* but is not volatile, and accesses are not synchronised.
33-
* If an instance of the class is shared between threads, the caller needs to ensure that suitable synchronisation
32+
* but is not volatile, and accesses are not synchronized.
33+
* If an instance of the class is shared between threads, the caller needs to ensure that suitable synchronization
3434
* is used to ensure safe publication of the value between threads, and must not invoke {@link #setMaxCodeLen(int)}
3535
* after initial setup.
3636
*

0 commit comments

Comments
 (0)