Skip to content

Commit 2b54d16

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ public void testGetRecordNumberWithLF() throws Exception {
685685
}
686686

687687
@Test
688-
public void testGetRecordWithMultiiLineValues() throws Exception {
688+
public void testGetRecordWithMultiLineValues() throws Exception {
689689
final CSVParser parser = CSVParser.parse("\"a\r\n1\",\"a\r\n2\"" + CRLF + "\"b\r\n1\",\"b\r\n2\"" + CRLF + "\"c\r\n1\",\"c\r\n2\"",
690690
CSVFormat.DEFAULT.withRecordSeparator(CRLF));
691691
CSVRecord record;

0 commit comments

Comments
 (0)