summaryrefslogtreecommitdiff
path: root/libacl
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2022-01-09 12:01:07 +0000
committerMike Frysinger <vapier@gentoo.org>2022-11-12 20:45:29 +0700
commit51d58fda7ee791e4692d191e442b9fbf489db9ea (patch)
treeee5f76ff0c2e7ae2901072937a75958fa0b4e502 /libacl
parent2b42f64737adf6a2ddd491213580d6e9cdd2f5af (diff)
downloadacl-51d58fda7ee791e4692d191e442b9fbf489db9ea.tar.gz
Fix typos
Typos found with codespell.
Diffstat (limited to 'libacl')
-rw-r--r--libacl/__apply_mask_to_mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libacl/__apply_mask_to_mode.c b/libacl/__apply_mask_to_mode.c
index 1c64f82..85e6c4e 100644
--- a/libacl/__apply_mask_to_mode.c
+++ b/libacl/__apply_mask_to_mode.c
@@ -33,7 +33,7 @@ __apply_mask_to_mode(mode_t *mode, acl_t acl)
acl_entry_t entry;
int entry_id=ACL_FIRST_ENTRY;
- /* A mimimal ACL which has three entries has no mask entry; the
+ /* A minimal ACL which has three entries has no mask entry; the
group file mode permission bits are exact. */
if (acl_entries(acl) == 3)
return 0;