Author: ggregory
Date: Wed Mar 20 05:08:36 2013
New Revision: 1458634

URL: http://svn.apache.org/r1458634
Log:
Fix spelling in Javadoc.

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=1458634&r1=1458633&r2=1458634&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 Mar 20 05:08:36 2013
@@ -80,7 +80,7 @@ public class CSVFormat implements Serial
 
     /**
      * Excel file format (using a comma as the value delimiter). Note that the 
actual value delimiter used by Excel is
-     * locale dependent, it might be necessary to customize this format to 
accomodate to your regional settings.
+     * locale dependent, it might be necessary to customize this format to 
accommodate to your regional settings.
      * <p/>
      * For example for parsing or generating a CSV file on a French system the 
following format will be used:
      *


Reply via email to