Fix test class name.
diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/FileObjectEscapeChartInPathTest.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/FileObjectEscapeCharacterInPathTest.java
similarity index 97%
rename from commons-vfs2/src/test/java/org/apache/commons/vfs2/FileObjectEscapeChartInPathTest.java
rename to commons-vfs2/src/test/java/org/apache/commons/vfs2/FileObjectEscapeCharacterInPathTest.java
index 66ab4b3..3ea7e34 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/FileObjectEscapeChartInPathTest.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/FileObjectEscapeCharacterInPathTest.java
@@ -36,7 +36,7 @@
 import org.apache.commons.vfs2.impl.StandardFileSystemManager;
 import org.junit.Test;
 
-public class FileObjectEscapeChartInPathTest {
+public class FileObjectEscapeCharacterInPathTest {
 
     private static final String REL_PATH_GREAT = "src/test/resources/test-data/好.txt";
 
@@ -111,6 +111,6 @@
 
     @Test
     public void testToFile2() throws IOException {
-        testToFile(FileObjectEscapeChartInPathTest::toFile2);
+        testToFile(FileObjectEscapeCharacterInPathTest::toFile2);
     }
 }