Author: ggregory
Date: Wed Sep 12 13:49:05 2012
New Revision: 1383942

URL: http://svn.apache.org/viewvc?rev=1383942&view=rev
Log:
Fix typo.

Modified:
    commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

Modified: 
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java?rev=1383942&r1=1383941&r2=1383942&view=diff
==============================================================================
--- 
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java 
(original)
+++ 
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java 
Wed Sep 12 13:49:05 2012
@@ -144,7 +144,7 @@ public class CSVFormat implements Serial
      * @param surroundingSpacesIgnored
      *            <tt>true</tt> when whitespaces enclosing values should be 
ignored
      * @param emptyLinesIgnored
-     *            <tt>true</tt> when the parser should skip emtpy lines
+     *            <tt>true</tt> when the parser should skip empty lines
      * @param lineSeparator
      *            the line separator to use for output
      * @param header


Reply via email to