Skip to content

Commit 258387e

Browse files
committed
Use US English spelling of 'recognized'.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1510664 13f79535-47bb-0310-9956-ffa450edef68
1 parent ed72da2 commit 258387e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)