Skip to content

Commit eb13cb1

Browse files
committed
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1460907 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6dc6993 commit eb13cb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/csv/CSVLexerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ public void testEscapedCharacter() throws Exception {
324324
assertTokenEquals(EOF, "character\\aEscaped", lexer.nextToken(new Token()));
325325
}
326326

327-
// FIXME this should work after CSV-58 is resolved. Currentyl the result will be "characterCREscaped"
327+
// FIXME this should work after CSV-58 is resolved. Currently the result will be "characterCREscaped"
328328
@Test
329329
@Ignore
330330
public void testEscapedControlCharacter() throws Exception {

0 commit comments

Comments
 (0)