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/01 14:40:42 UTC

[commons-vfs] branch master updated: Fix typos in code #277

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 1f9111c0 Fix typos in code #277
1f9111c0 is described below

commit 1f9111c09f001c11f71e29f76ea44b3a44b95445
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Mon Aug 1 10:40:38 2022 -0400

    Fix typos in code #277
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 55fb9c17..0f604b35 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -102,7 +102,7 @@ The <action> type attribute can be add,update,fix,remove.
         SFTP: Memory leak because AbstractFileProvider#findFileSystem.
       </action>
       <action type="fix" dev="ggregory" due-to="Marc Wrobel">
-	Fix typos #275, #276.
+	Fix typos #275, #276, #277.
       </action>
       <action type="fix" dev="ggregory" due-to="Mark van der Walle, Gary Gregory">
         [SFTP] Handle the case where a user does not have any groups #280.