aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_lowlevel.h
diff options
context:
space:
mode:
authorGravatar Josh Soref <jsoref@users.noreply.github.com>2017-11-27 05:23:20 -0500
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-11-27 10:23:20 +0000
commit8157b4d9b9f13449f4750f1ef40f9f20a2242eec (patch)
treeecd2f2994be8ca002f6815f617e1ac221a7f8d78 /include/fuse_lowlevel.h
parentae2cb7bd98f2f63b1b86320d7b8f0622d9a971d9 (diff)
Spelling (#223)
Fix spelling errors
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r--include/fuse_lowlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index 72942ab..047b437 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -1443,7 +1443,7 @@ size_t fuse_add_direntry(fuse_req_t req, char *buf, size_t bufsize,
/**
* Add a directory entry to the buffer with the attributes
*
- * See documentation of `fuse_add_direntryt()` for more details.
+ * See documentation of `fuse_add_direntry()` for more details.
*
* @param req request handle
* @param buf the point where the new entry will be added to the buffer
@@ -1800,7 +1800,7 @@ int fuse_parse_cmdline(struct fuse_args *args,
* and the function returns NULL.
*
* Option parsing skips argv[0], which is assumed to contain the
- * program name. To prevent accidentially passing an option in
+ * program name. To prevent accidentally passing an option in
* argv[0], this element must always be present (even if no options
* are specified). It may be set to the empty string ('\0') if no
* reasonable value can be provided.