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-validator.git
The following commit(s) were added to refs/heads/master by this push: new 2d81d2fd Normalize spelling to US English 2d81d2fd is described below commit 2d81d2fd670cde2e9a21c9102e8acb072522f6bf Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 31 06:14:50 2023 -0400 Normalize spelling to US English --- .../java/org/apache/commons/validator/routines/DomainValidator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/validator/routines/DomainValidator.java b/src/main/java/org/apache/commons/validator/routines/DomainValidator.java index 4dd6d3a0..1b306376 100644 --- a/src/main/java/org/apache/commons/validator/routines/DomainValidator.java +++ b/src/main/java/org/apache/commons/validator/routines/DomainValidator.java @@ -2018,8 +2018,8 @@ public class DomainValidator implements Serializable { /* * These arrays are mutable. * They can only be updated by the updateTLDOverride method, and readers must first get an instance - * using the getInstance methods which are all (now) synchronised. - * The only other access is via getTLDEntries which is now synchronised. + * using the getInstance methods which are all (now) synchronized. + * The only other access is via getTLDEntries which is now synchronized. */ // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search private static String[] countryCodeTLDsPlus = EMPTY_STRING_ARRAY;