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-logging.git
The following commit(s) were added to refs/heads/master by this push: new 6167752 Normalize spelling to US English 6167752 is described below commit 6167752d526d5f32142ea0e5c2d0676aa6193f2d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 31 06:23:46 2023 -0400 Normalize spelling to US English --- .../java/org/apache/commons/logging/pathable/ChildFirstTestCase.java | 4 ++-- .../java/org/apache/commons/logging/pathable/ParentFirstTestCase.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/java/org/apache/commons/logging/pathable/ChildFirstTestCase.java b/src/test/java/org/apache/commons/logging/pathable/ChildFirstTestCase.java index 52ad608..429b05c 100644 --- a/src/test/java/org/apache/commons/logging/pathable/ChildFirstTestCase.java +++ b/src/test/java/org/apache/commons/logging/pathable/ChildFirstTestCase.java @@ -203,7 +203,7 @@ public class ChildFirstTestCase extends TestCase { } /** - * Test that the various flavours of ClassLoader.getResource work as expected. + * Test that the various flavors of ClassLoader.getResource work as expected. */ public void testResource() { URL resource; @@ -262,7 +262,7 @@ public class ChildFirstTestCase extends TestCase { } /** - * Test that the various flavours of ClassLoader.getResources work as expected. + * Test that the various flavors of ClassLoader.getResources work as expected. */ public void testResources() throws Exception { Enumeration resources; diff --git a/src/test/java/org/apache/commons/logging/pathable/ParentFirstTestCase.java b/src/test/java/org/apache/commons/logging/pathable/ParentFirstTestCase.java index c5016f7..21fb604 100644 --- a/src/test/java/org/apache/commons/logging/pathable/ParentFirstTestCase.java +++ b/src/test/java/org/apache/commons/logging/pathable/ParentFirstTestCase.java @@ -201,7 +201,7 @@ public class ParentFirstTestCase extends TestCase { } /** - * Test that the various flavours of ClassLoader.getResource work as expected. + * Test that the various flavors of ClassLoader.getResource work as expected. */ public void testResource() { URL resource; @@ -260,7 +260,7 @@ public class ParentFirstTestCase extends TestCase { } /** - * Test that the various flavours of ClassLoader.getResources work as expected. + * Test that the various flavors of ClassLoader.getResources work as expected. */ public void testResources() throws Exception { Enumeration resources;