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 2020/09/25 21:05:33 UTC

[commons-vfs] branch master updated: Fix typo in comment.

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 ddf69c6  Fix typo in comment.
ddf69c6 is described below

commit ddf69c683d47820c7a72121c70012a335fc57491
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 25 17:05:29 2020 -0400

    Fix typo in comment.
---
 .../src/test/java/org/apache/commons/vfs2/test/UrlStructureTests.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/UrlStructureTests.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/UrlStructureTests.java
index 3b1f784..56ad473 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/UrlStructureTests.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/UrlStructureTests.java
@@ -39,7 +39,7 @@ public class UrlStructureTests extends AbstractProviderTestCase {
     public void testFolderURL() throws Exception {
         final FileObject folder = getReadFolder().resolveFile("dir1");
         if (folder.getFileSystem().hasCapability(Capability.DIRECTORY_READ_CONTENT)) {
-            // test might not fail on e.g. HttpFileSystem as there are no direcotries.
+            // test might not fail on e.g. HttpFileSystem as there are no directories.
             // A Directory do have a content on http. e.g a generated directory listing or the index.html page.
             return;
         }