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 dd176580c Fix spelling
dd176580c is described below
commit dd176580c977c80d4c7db920b7e0099470997dd9
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 29 14:46:24 2025 +0000
Fix spelling
---
src/changes/changes.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fd50db372..b6ec05fd5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,7 +79,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="mayuming, Gary
Gregory">Fix internal inverted logic in private isEnum() method and correct its
usage in getFirstEnum() #1454.</action>
<action type="fix" dev="ggregory" due-to="William
Degrange, Gary Gregory, Rob Spoor">Use accessors in ToStringStyle so subclasses
can effectively override them.</action>
<action type="fix" dev="ggregory" due-to="jack5505, Gary
Gregory">`LocaleUtils.toLocale(String)` for a 2 letter country code now returns
a value instead of throwing an `IllegalArgumentException`.</action>
- <action type="fix" dev="ggregory" due-to="mayuming, Gary
Gregory">Fix typo in StringUtils.trunctate() IllegalArgumentException message
and test assertion messages.</action>
+ <action type="fix" dev="ggregory" due-to="mayuming, Gary
Gregory">Fix typo in StringUtils.truncate() IllegalArgumentException message
and test assertion messages.</action>
<action type="fix" dev="ggregory" due-to="mayuming, Gary
Gregory">Fix test fixture in
ReflectionDiffBuilderTest.testTransientFieldDifference() #1464.</action>
<action issue="LANG-1789" type="fix" dev="ggregory" due-to="Hylke van der
Schaaf, Gary Gregory">NullPointerException when generating
NoSuchMethodException in MethodUtils.</action>
<action issue="LANG-1786" type="fix" dev="ggregory" due-to="Daniel
Migowski, Gary Gregory, Lenny Primak">Map deprecated TimeZone short IDs and
avoid JRE WARNINGs to the console #1483.</action>
@@ -254,7 +254,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add SystemUtils.IS_JAVA_24.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add IntegerRange.toIntStream().</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add LongRange.toLongStream().</action>
- <action type="add" dev="ggregory" due-to="Gary
Gregory">Add IntStrams.of(int...).</action>
+ <action type="add" dev="ggregory" due-to="Gary
Gregory">Add IntStreams.of(int...).</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add ArrayUtils.containsAny(int[], int...).</action>
<action type="add" dev="ggregory" due-to="asgh, Gary
Gregory">Add CalendarUtils.toLocalDate() #725.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add SystemUtils.IS_OS_MAC_OSX_SEQUOIA.</action>