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;