Skip to content

Commit e2e8c25

Browse files
committed
Fix spelling in Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1458634 13f79535-47bb-0310-9956-ffa450edef68
1 parent f656bb7 commit e2e8c25

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
@@ -80,7 +80,7 @@ public class CSVFormat implements Serializable {
8080

8181
/**
8282
* 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.
83+
* locale dependent, it might be necessary to customize this format to accommodate to your regional settings.
8484
* <p/>
8585
* For example for parsing or generating a CSV file on a French system the following format will be used:
8686
*

0 commit comments

Comments
 (0)