1
0

Normalize spelling to US English

This commit is contained in:
Gary Gregory
2023-10-31 06:23:46 -04:00
parent 830cebc584
commit 6167752d52
2 changed files with 4 additions and 4 deletions

View File

@@ -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() { public void testResource() {
URL resource; 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 { public void testResources() throws Exception {
Enumeration resources; Enumeration resources;

View File

@@ -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() { public void testResource() {
URL resource; 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 { public void testResources() throws Exception {
Enumeration resources; Enumeration resources;