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-lang.git
The following commit(s) were added to refs/heads/master by this push: new f7b2a995c Fix spelling in Javadoc f7b2a995c is described below commit f7b2a995c3fd4062e505dd32ce6fe21a750f7be1 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Apr 2 07:48:34 2025 -0400 Fix spelling in Javadoc --- src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java b/src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java index fa507c58a..eabffdfc1 100644 --- a/src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java +++ b/src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java @@ -289,7 +289,7 @@ public void testLang954() { } /** - * Tests [LANG-1767] FastDateFormat.parse can not recgnoize "CEST" Timezone. + * Tests [LANG-1767] FastDateFormat.parse can not recognize "CEST" Timezone. * * @throws ParseException Throws on test failure. */