Skip to content

Commit c78a232

Browse files
committed
Spelling
1 parent 4edda92 commit c78a232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/FilenameUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ public void testNormalize_with_null_character() {
934934

935935
@Test
936936
public void testNormalizeFromJavaDoc() {
937-
// Examples from javadoc
937+
// Examples from Javadoc
938938
assertEquals(SEP + "foo" + SEP, FilenameUtils.normalize("/foo//"));
939939
assertEquals(SEP + "foo" + SEP, FilenameUtils.normalize(SEP + "foo" + SEP + "." + SEP));
940940
assertEquals(SEP + "bar", FilenameUtils.normalize(SEP + "foo" + SEP + ".." + SEP + "bar"));

0 commit comments

Comments
 (0)