Skip to content

Commit 03aa077

Browse files
committed
Fix spelling (US).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1477586 13f79535-47bb-0310-9956-ffa450edef68
1 parent dc9e178 commit 03aa077

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
* <p>
3737
* This class is conditionally thread-safe.
3838
* The instance field {@link #maxCodeLen} is mutable {@link #setMaxCodeLen(int)}
39-
* but is not volatile, and accesses are not synchronised.
40-
* If an instance of the class is shared between threads, the caller needs to ensure that suitable synchronisation
39+
* but is not volatile, and accesses are not synchronized.
40+
* If an instance of the class is shared between threads, the caller needs to ensure that suitable synchronization
4141
* is used to ensure safe publication of the value between threads, and must not invoke {@link #setMaxCodeLen(int)}
4242
* after initial setup.
4343
*

0 commit comments

Comments
 (0)