You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/08/26 11:50:13 UTC

[commons-io] branch master updated: Fix typos #375

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 2d6f819b Fix typos #375
2d6f819b is described below

commit 2d6f819b0141a6fbf25bd956edd2bb827f0e816c
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Aug 26 07:50:09 2022 -0400

    Fix typos #375
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d8077f39..a357428a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -201,6 +201,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IO-386" dev="ggregory" type="fix" due-to="Sebb, Bernd Eckenfels, zhipengxu, Gary Gregory">
         FileUtils.doCopyFile uses different methods to check the file sizes.
       </action>
+      <action dev="ggregory" type="fix" due-to="Michael Ernst">
+        Fix typos #375.
+      </action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory">
         Add GitHub coverage.yml.