Fix spelling in Javadoc.

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

View File

@ -252,7 +252,7 @@ public class CSVParser implements Iterable<CSVRecord> {
}
/**
* Returns an iterator on the records. IOExceptions occuring during the iteration are wrapped in a
* Returns an iterator on the records. IOExceptions occurring during the iteration are wrapped in a
* RuntimeException.
*/
public Iterator<CSVRecord> iterator() {