This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 4f1d0d2c Javadocs and comments
4f1d0d2c is described below
commit 4f1d0d2c662fe3a7a4fa8af5b18b7ad89aea7066
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 7 08:40:07 2022 -0500
Javadocs and comments
Normalize spelling to "behavior"
---
src/test/java/org/apache/commons/csv/CSVDuplicateHeaderTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/csv/CSVDuplicateHeaderTest.java
b/src/test/java/org/apache/commons/csv/CSVDuplicateHeaderTest.java
index 6a3d94be..c195a1b4 100644
--- a/src/test/java/org/apache/commons/csv/CSVDuplicateHeaderTest.java
+++ b/src/test/java/org/apache/commons/csv/CSVDuplicateHeaderTest.java
@@ -232,7 +232,7 @@ public class CSVDuplicateHeaderTest {
* names flag is true and ignore header case is false: these flags are
exclusively for parsing.
* CSVFormat validation applies to both parsing and writing and thus
validation
* is less strict and behaves as if the allow missing column names
constraint and
- * the ignore header case behaviour are absent.
+ * the ignore header case behavior are absent.
* The filtered data is then returned with the parser flags set to both
true and false
* for each test case.
* </p>