This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push: new 8111437a Normalize spelling to US English 8111437a is described below commit 8111437a39b03ea5d47859dbe67e6ae598fa837e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 31 06:10:24 2023 -0400 Normalize spelling to US English --- src/main/java/org/apache/commons/codec/net/QCodec.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/codec/net/QCodec.java b/src/main/java/org/apache/commons/codec/net/QCodec.java index dcc39ad3..4618a7e3 100644 --- a/src/main/java/org/apache/commons/codec/net/QCodec.java +++ b/src/main/java/org/apache/commons/codec/net/QCodec.java @@ -39,8 +39,8 @@ import org.apache.commons.codec.StringEncoder; * <p> * This class is conditionally thread-safe. * The instance field for encoding blanks is mutable {@link #setEncodeBlanks(boolean)} - * 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 #setEncodeBlanks(boolean)} after initial setup. * </p>