From 8157b4d9b9f13449f4750f1ef40f9f20a2242eec Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 27 Nov 2017 05:23:20 -0500 Subject: Spelling (#223) Fix spelling errors --- include/fuse_lowlevel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/fuse_lowlevel.h') 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. -- cgit v1.2.3