We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f656bb7 commit e2e8c25Copy full SHA for e2e8c25
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -80,7 +80,7 @@ public class CSVFormat implements Serializable {
80
81
/**
82
* Excel file format (using a comma as the value delimiter). Note that the actual value delimiter used by Excel is
83
- * 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.
84
* <p/>
85
* For example for parsing or generating a CSV file on a French system the following format will be used:
86
*
0 commit comments