fuse.h: fix typo (currenlty -> currently)
authorWilliam Woodruff <william@yossarian.net>
Mon, 2 Jul 2018 02:11:58 +0000 (22:11 -0400)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 2 Jul 2018 16:18:58 +0000 (17:18 +0100)
include/fuse.h

index 40d5aeabad60438724cdf9f7874dd0bd68662c4a..740119d150d8ce14a1748ee1096e1750f5dfa7ae 100644 (file)
@@ -305,7 +305,7 @@ struct fuse_operations {
         * but libfuse and the kernel will still assign a different
         * inode for internal use (called the "nodeid").
         *
-        * `fi` will always be NULL if the file is not currenlty open, but
+        * `fi` will always be NULL if the file is not currently open, but
         * may also be NULL if the file is open.
         */
        int (*getattr) (const char *, struct stat *, struct fuse_file_info *fi);