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 261334e5a (doc) Fix typos in project documentations #923
261334e5a is described below
commit 261334e5ae0832dcb722b129a1c9fd803e56984b
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 15 13:51:54 2022 -0400
(doc) Fix typos in project documentations #923
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 15d4b14eb..454d5690a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -88,7 +88,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Allow extension of previously final classes ImmutablePair and
ImmutableTriple.</action>
<action type="fix" dev="ggregory" due-to="shalk, Bruno
P. Kinoshita, Gary Gregory">Update ClassUtils Javadoc with some missing throws
NPE #912.</action>
<action type="fix" dev="ggregory"
due-to="guicaiyue">Javadoc: StringUtils.repeat("", "x", 3) = "xx";
#918.</action>
- <action type="fix" dev="ggregory" due-to="Marc
Wrobel">(doc) Fix typos in javadoc and comments #920.</action>
+ <action type="fix" dev="ggregory" due-to="Marc
Wrobel">Fix typos #920, #923.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add GitHub coverage.yml.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>