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/07/15 15:27:44 UTC

[commons-vfs] branch master updated: Fix typos #275.

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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new d503f261 Fix typos #275.
d503f261 is described below

commit d503f26122c909f7bca8169524eca5e620f3dd55
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Jul 15 11:27:40 2022 -0400

    Fix typos #275.
---
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1f8c5172..ed9a56d1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -100,7 +100,10 @@ The <action> type attribute can be add,update,fix,remove.
       </action>      
       <action type="fix" dev="ggregory" due-to="Tobias Gierke, Gary Gregory">
         SFTP: Memory leak because AbstractFileProvider#findFileSystem.
-      </action>      
+      </action>
+      <action type="fix" dev="ggregory" due-to="Marc Wrobel">
+	Fix typos #275.
+      </action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Seth Falco">
         Add vscode files to gitignore #205.