From 3dd29049f8eff0e9896b710eb834c3ad6f5fac37 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sun, 1 Jul 2018 22:11:58 -0400 Subject: fuse.h: fix typo (currenlty -> currently) --- include/fuse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3