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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]