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 f294001 Normalize spelling to US English in comments. f294001 is described below commit f294001fb1c749af9f0584e98cff671660fd6cff Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 17 12:13:46 2020 -0500 Normalize spelling to US English in comments. --- .../java/org/apache/commons/validator/routines/DomainValidatorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java b/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java index 20017cd..5f0cafd 100644 --- a/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java +++ b/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java @@ -489,7 +489,7 @@ public class DomainValidatorTest extends TestCase { /* * Download a file if it is more recent than our cached copy. - * Unfortunately the server does not seem to honour If-Modified-Since for the + * Unfortunately the server does not seem to honor If-Modified-Since for the * Html page, so we check if it is newer than the txt file and skip download if so */ private static long download(File f, String tldurl, long timestamp) throws IOException {