Skip to content

Commit f656bb7

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ private Map<String, Integer> initializeHeader(final CSVFormat format) throws IOE
252252
}
253253

254254
/**
255-
* Returns an iterator on the records. IOExceptions occuring during the iteration are wrapped in a
255+
* Returns an iterator on the records. IOExceptions occurring during the iteration are wrapped in a
256256
* RuntimeException.
257257
*/
258258
public Iterator<CSVRecord> iterator() {

0 commit comments

Comments
 (0)