File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/csv Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ public int hashCode()
472472 /**
473473 * Specifies whether comments are supported by this format.
474474 *
475- * Note that the comment introducer character is only recognised at the start of a line.
475+ * Note that the comment introducer character is only recognized at the start of a line.
476476 *
477477 * @return <tt>true</tt> is comments are supported, <tt>false</tt> otherwise
478478 */
@@ -587,7 +587,7 @@ void validate() throws IllegalStateException {
587587 /**
588588 * Sets the comment start marker of the format to the specified character.
589589 *
590- * Note that the comment start character is only recognised at the start of a line.
590+ * Note that the comment start character is only recognized at the start of a line.
591591 *
592592 * @param commentStart
593593 * the comment start marker
@@ -602,7 +602,7 @@ public CSVFormat withCommentStart(final char commentStart) {
602602 /**
603603 * Sets the comment start marker of the format to the specified character.
604604 *
605- * Note that the comment start character is only recognised at the start of a line.
605+ * Note that the comment start character is only recognized at the start of a line.
606606 *
607607 * @param commentStart
608608 * the comment start marker, use {@code null} to disable
You can’t perform that action at this time.
0 commit comments