diff --git a/src/main/java/org/apache/commons/csv/CSVParser.java b/src/main/java/org/apache/commons/csv/CSVParser.java index b86a716e..84c4a419 100644 --- a/src/main/java/org/apache/commons/csv/CSVParser.java +++ b/src/main/java/org/apache/commons/csv/CSVParser.java @@ -252,7 +252,7 @@ public class CSVParser implements Iterable { } /** - * 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 iterator() {