X-Git-Url: http://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=blobdiff_plain;f=src%2Flibadacl.c;h=5eec14440f92d945e45fce1ec4b61f9038098c4f;hp=49628e75bdf2a1ff73104e059729efc962562096;hb=af1cf77f3c97730a0eb846f7c8f71d1d235c67ee;hpb=e400447222fb9db8d5b2b2e3de2892dbe22fa145 diff --git a/src/libadacl.c b/src/libadacl.c index 49628e7..5eec144 100644 --- a/src/libadacl.c +++ b/src/libadacl.c @@ -803,7 +803,7 @@ int apply_default_acl_ex(const char* path, } /* There's a good reason why we saved the ACL above, even though - * we're about tto read it back into memory and mess with it on the + * we're about to read it back into memory and mess with it on the * next line. The acl_copy_xattr() function is already a hack to let * us copy default ACLs without resorting to path names; we simply * have no way to read the parent's default ACL into memory using @@ -814,7 +814,7 @@ int apply_default_acl_ex(const char* path, */ /* Now we potentially need to mask the execute permissions in the - ACL on fd; or maybe now. */ + ACL on fd; or maybe not. */ if (allow_exec) { goto cleanup; }