Skip to content

Commit 6359d22

Browse files
committed
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1383942 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3cd5c85 commit 6359d22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public class CSVFormat implements Serializable {
144144
* @param surroundingSpacesIgnored
145145
* <tt>true</tt> when whitespaces enclosing values should be ignored
146146
* @param emptyLinesIgnored
147-
* <tt>true</tt> when the parser should skip emtpy lines
147+
* <tt>true</tt> when the parser should skip empty lines
148148
* @param lineSeparator
149149
* the line separator to use for output
150150
* @param header

0 commit comments

Comments
 (0)