This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 7786c716f Fix typos in Javadoc and example comments (#1774).
7786c716f is described below
commit 7786c716fac915893e2bdeb6d4da66d927751025
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 16 15:41:56 2026 -0400
Fix typos in Javadoc and example comments (#1774).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0a3709c22..4a0ef1548 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -244,6 +244,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhuda, Gary
Gregory">Keep StringUtils.chop from splitting a trailing surrogate pair
(#1770).</action>
<action type="fix" dev="ggregory" due-to="alhuda, Gary
Gregory">Keep StringUtils stripStart and stripEnd off surrogate pair boundaries
(#1773).</action>
<action type="fix" dev="ggregory"
due-to="codeAnqiang-ma, Gary Gregory">Fix the month/day example in
DurationFormatUtils.formatPeriod Javadoc (#1772).</action>
+ <action type="fix" dev="ggregory" due-to="gaurav kumar
pandey, Gary Gregory">Fix typos in Javadoc and example comments
(#1774).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add JavaVersion.JAVA_27.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add SystemUtils.IS_JAVA_27.</action>