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 15ed625b Normalize spelling 15ed625b is described below commit 15ed625b1e3858dc3c79ce558e780035c297c5cc Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jan 27 10:29:22 2025 -0500 Normalize spelling --- src/test/java/org/apache/commons/csv/issues/JiraCsv248Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/csv/issues/JiraCsv248Test.java b/src/test/java/org/apache/commons/csv/issues/JiraCsv248Test.java index a629a080..08cfe13f 100644 --- a/src/test/java/org/apache/commons/csv/issues/JiraCsv248Test.java +++ b/src/test/java/org/apache/commons/csv/issues/JiraCsv248Test.java @@ -40,7 +40,7 @@ public class JiraCsv248Test { } /** - * Test deserialisation of a CSVRecord created using version 1.6. + * Test deserialization of a CSVRecord created using version 1.6. * * <p> * This test asserts that serialization from 1.8 onwards is consistent with previous versions. Serialization was