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:
parent
f656bb7cb6
commit
e2e8c2523c
|
@ -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:
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue