From 6167752d526d5f32142ea0e5c2d0676aa6193f2d Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 31 Oct 2023 06:23:46 -0400 Subject: [PATCH] Normalize spelling to US English --- .../apache/commons/logging/pathable/ChildFirstTestCase.java | 4 ++-- .../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;