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 5c39717 Fix Typos in JavaDoc, Comments and Tests #201.
5c39717 is described below
commit 5c3971765186c596659dd81793c2b6a01cabf6aa
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Feb 10 09:38:04 2021 -0500
Fix Typos in JavaDoc, Comments and Tests #201.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dc7699c..130f920 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -114,6 +114,9 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="IO-719" dev="ggregory" type="fix" due-to="Andrew
Shcheglov, Gary Gregory">
Fixed error of copying directories between different file systems #203.
</action>
+ <action dev="ggregory" type="fix" due-to="Felix Rilling">
+ Fix Typos in JavaDoc, Comments and Tests #201.
+ </action>
<!-- ADD -->
<action dev="ggregory" type="add" due-to="Gary Gregory">
Add FileSystemProviders class.