Skip to content

Commit dd17658

Browse files
committed
Fix spelling
1 parent d787965 commit dd17658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The <action> type attribute can be add,update,fix,remove.
7979
<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>
8080
<action type="fix" dev="ggregory" due-to="William Degrange, Gary Gregory, Rob Spoor">Use accessors in ToStringStyle so subclasses can effectively override them.</action>
8181
<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>
82-
<action type="fix" dev="ggregory" due-to="mayuming, Gary Gregory">Fix typo in StringUtils.trunctate() IllegalArgumentException message and test assertion messages.</action>
82+
<action type="fix" dev="ggregory" due-to="mayuming, Gary Gregory">Fix typo in StringUtils.truncate() IllegalArgumentException message and test assertion messages.</action>
8383
<action type="fix" dev="ggregory" due-to="mayuming, Gary Gregory">Fix test fixture in ReflectionDiffBuilderTest.testTransientFieldDifference() #1464.</action>
8484
<action issue="LANG-1789" type="fix" dev="ggregory" due-to="Hylke van der Schaaf, Gary Gregory">NullPointerException when generating NoSuchMethodException in MethodUtils.</action>
8585
<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.
254254
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_24.</action>
255255
<action type="add" dev="ggregory" due-to="Gary Gregory">Add IntegerRange.toIntStream().</action>
256256
<action type="add" dev="ggregory" due-to="Gary Gregory">Add LongRange.toLongStream().</action>
257-
<action type="add" dev="ggregory" due-to="Gary Gregory">Add IntStrams.of(int...).</action>
257+
<action type="add" dev="ggregory" due-to="Gary Gregory">Add IntStreams.of(int...).</action>
258258
<action type="add" dev="ggregory" due-to="Gary Gregory">Add ArrayUtils.containsAny(int[], int...).</action>
259259
<action type="add" dev="ggregory" due-to="asgh, Gary Gregory">Add CalendarUtils.toLocalDate() #725.</action>
260260
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_OS_MAC_OSX_SEQUOIA.</action>

0 commit comments

Comments
 (0)