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 0b66711 Fix spelling in Javadoc. 0b66711 is described below commit 0b66711a204cf2fa6e0ef950d2e06b59c06c5d76 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Mar 2 00:53:55 2021 -0500 Fix spelling in Javadoc. --- .../src/main/java/org/apache/commons/vfs2/impl/FileTypeMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/impl/FileTypeMap.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/impl/FileTypeMap.java index c63939c..3d977c0 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/impl/FileTypeMap.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/impl/FileTypeMap.java @@ -51,7 +51,7 @@ final class FileTypeMap { * This will check the FileContentInfo or file extension. * </p> * - * @return Scheme supporting the file type or null (if unknonw). + * @return Scheme supporting the file type or null (if unknown). */ public String getScheme(final FileObject file) throws FileSystemException { // Check the file's mime type for a match