Fix spelling in Javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1458634 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2013-03-20 05:08:36 +00:00
parent f656bb7cb6
commit e2e8c2523c
1 changed files with 1 additions and 1 deletions

View File

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