]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
src/libadacl.c: fix two comment typos.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Mar 2018 13:47:56 +0000 (08:47 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Mar 2018 13:47:56 +0000 (08:47 -0500)
src/libadacl.c

index 49628e75bdf2a1ff73104e059729efc962562096..5eec14440f92d945e45fce1ec4b61f9038098c4f 100644 (file)
@@ -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;
   }