diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2023-03-29 14:47:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 19:47:13 +0100 |
commit | 0f8cb2888311868be83c208fef26d2139af41712 (patch) | |
tree | 9327f7ae13fc2c6907e8eb21051e94bf0ebeab21 /util | |
parent | ed9be128370c93b93895bb1bb61cc1e606277613 (diff) | |
download | libfuse-0f8cb2888311868be83c208fef26d2139af41712.tar.gz |
Fix typos and configure spellcheck for PRs
Diffstat (limited to 'util')
-rw-r--r-- | util/fusermount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fusermount.c b/util/fusermount.c index c59da75..f8124cb 100644 --- a/util/fusermount.c +++ b/util/fusermount.c @@ -999,7 +999,7 @@ static int check_perm(const char **mntp, struct stat *stbuf, int *mountpoint_fd) * originally the same list as used by the ecryptfs mount helper * (https://bazaar.launchpad.net/~ecryptfs/ecryptfs/trunk/view/head:/src/utils/mount.ecryptfs_private.c#L225) * but got expanded as we found more filesystems that needed to be - * overlayed. */ + * overlaid. */ typeof(fs_buf.f_type) f_type_whitelist[] = { 0x61756673 /* AUFS_SUPER_MAGIC */, 0x00000187 /* AUTOFS_SUPER_MAGIC */, |