sec_acl.cc (set_posix_access): Fix typo in comment

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-04-20 10:12:24 +02:00
parent 2e950b1edd
commit a024aa2f8f

View File

@ -316,7 +316,7 @@ set_posix_access (mode_t attr, uid_t uid, gid_t gid,
idx < nentries && aclbufp[idx].a_type & check_types;
++idx)
{
/* Avoid to create DENY ACEs for the second orrurence of
/* Avoid creating DENY ACEs for the second occurrence of
accounts which show up twice, as USER_OBJ and USER, or
GROUP_OBJ and GROUP. */
if ((aclbufp[idx].a_type & USER && aclsid[idx] == owner)