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-io.git
The following commit(s) were added to refs/heads/master by this push:
new b4e5722c (chore) Fix minor typos #367
b4e5722c is described below
commit b4e5722cd85cc7dcb3ec54752289df8ec9ed1873
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 16 07:42:52 2022 -0400
(chore) Fix minor typos #367
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 20eb95e9..5fc2e954 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -186,6 +186,9 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="IO-564" dev="ggregory" type="fix" due-to="Hao Zhong,
Bernd Eckenfels, Pascal Schumacher, Gary Gregory">
Pick up Javadoc from super for override write() methods in
AbstractByteArrayOutputStream and ByteArrayOutputStream.
</action>
+ <action dev="ggregory" type="fix" due-to="Marc Wrobel">
+ Fix minor typos #367
+ </action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">
Add GitHub coverage.yml.