diff --git a/src/test/java/org/apache/commons/csv/CSVLexerTest.java b/src/test/java/org/apache/commons/csv/CSVLexerTest.java index 0864897a..b8b38487 100644 --- a/src/test/java/org/apache/commons/csv/CSVLexerTest.java +++ b/src/test/java/org/apache/commons/csv/CSVLexerTest.java @@ -324,7 +324,7 @@ public class CSVLexerTest { assertTokenEquals(EOF, "character\\aEscaped", lexer.nextToken(new Token())); } - // FIXME this should work after CSV-58 is resolved. Currentyl the result will be "characterCREscaped" + // FIXME this should work after CSV-58 is resolved. Currently the result will be "characterCREscaped" @Test @Ignore public void testEscapedControlCharacter() throws Exception {