From: William Woodruff Date: Mon, 2 Jul 2018 02:11:58 +0000 (-0400) Subject: fuse.h: fix typo (currenlty -> currently) X-Git-Tag: fuse-3.2.4~6 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3dd29049f8eff0e9896b710eb834c3ad6f5fac37;p=qemu-gpiodev%2Flibfuse.git fuse.h: fix typo (currenlty -> currently) --- diff --git a/include/fuse.h b/include/fuse.h index 40d5aea..740119d 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -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);