From 0f8cb2888311868be83c208fef26d2139af41712 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 29 Mar 2023 14:47:13 -0400 Subject: Fix typos and configure spellcheck for PRs --- util/fusermount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/fusermount.c') 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 */, -- cgit v1.2.3