Skip to content

Commit 8111437

Browse files
committed
Normalize spelling to US English
1 parent e0c2555 commit 8111437

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/codec/net/QCodec.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
* <p>
4040
* This class is conditionally thread-safe.
4141
* The instance field for encoding blanks is mutable {@link #setEncodeBlanks(boolean)}
42-
* but is not volatile, and accesses are not synchronised.
43-
* If an instance of the class is shared between threads, the caller needs to ensure that suitable synchronisation
42+
* but is not volatile, and accesses are not synchronized.
43+
* If an instance of the class is shared between threads, the caller needs to ensure that suitable synchronization
4444
* is used to ensure safe publication of the value between threads, and must not invoke
4545
* {@link #setEncodeBlanks(boolean)} after initial setup.
4646
* </p>

0 commit comments

Comments
 (0)