aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar William Woodruff <william@yossarian.net>2018-07-01 22:11:58 -0400
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2018-07-02 17:18:58 +0100
commit3dd29049f8eff0e9896b710eb834c3ad6f5fac37 (patch)
tree302785919d213fe6da74fc5471b4176cfa15045a
parentcece24786e7d0a1cd2a2dc7b84ff54225d2b616f (diff)
fuse.h: fix typo (currenlty -> currently)
-rw-r--r--include/fuse.h2
1 files changed, 1 insertions, 1 deletions
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);