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 9de29af Fix spelling in Javadoc.
9de29af is described below
commit 9de29af823c7d52629a75b01fba17263c7858934
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Mar 2 09:20:31 2021 -0500
Fix spelling in Javadoc.
---
commons-vfs2/src/main/java/org/apache/commons/vfs2/VFS.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/VFS.java
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/VFS.java
index dcef40c..5ed4e57 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/VFS.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/VFS.java
@@ -47,7 +47,7 @@ public final class VFS {
/**
* Creates a file system manager instance.
*
- * @param managerClassName The specific manager impelmentation class name.
+ * @param managerClassName The specific manager implementation class name.
* @return The FileSystemManager.
* @throws FileSystemException if an error occurs creating the manager.
*/