You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/07/15 15:46:58 UTC

[GitHub] [commons-vfs] marcwrobel commented on a diff in pull request #276: (doc) Fix typos in javadoc and comments

marcwrobel commented on code in PR #276:
URL: https://github.com/apache/commons-vfs/pull/276#discussion_r922293707


##########
commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/bzip2/Bzip2FileSystem.java:
##########
@@ -27,7 +27,7 @@
 import org.apache.commons.vfs2.provider.compressed.CompressedFileFileSystem;
 
 /**
- * Filesytem to handle compressed files using the bzip2 method.
+ * Filesystem to handle compressed files using the bzip2 method.

Review Comment:
   Done.



##########
commons-vfs2/src/test/java/org/apache/commons/vfs2/NamingTests.java:
##########
@@ -188,7 +188,7 @@ public void testAbsoluteNames() throws Exception {
         name = getReadFolder().getFileSystem().getRoot().getName();
         checkAbsoluteNames(name);
 
-        // Test against some unknown file
+        // Test against some unknown files

Review Comment:
   Done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org