aboutsummaryrefslogtreecommitdiff
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@users.noreply.github.com>2022-08-26 07:50:09 -0400
committerGitHub <noreply@github.com>2022-08-26 07:50:09 -0400
commit2d6f819b0141a6fbf25bd956edd2bb827f0e816c (patch)
tree09ab23bfbc2be94507c57c8adb5ab1cc596bd130 /src/changes/changes.xml
parent4fa1b22680b852e0dde4f3842670b78c5c438d39 (diff)
downloadapache-commons-io-2d6f819b0141a6fbf25bd956edd2bb827f0e816c.tar.gz
Fix typos #375
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r--src/changes/changes.xml3
1 files changed, 3 insertions, 0 deletions
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.