]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
Fix a typo in a comment.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 27 Sep 2016 19:21:16 +0000 (15:21 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 27 Sep 2016 19:21:16 +0000 (15:21 -0400)
src/apply-default-acl.c

index 465f70ad9794f55220f43abb8692d833238d2e4d..6900a636e3ddc94b5045df620c8bf3ab772e73a6 100644 (file)
@@ -975,7 +975,7 @@ int main(int argc, char* argv[]) {
       reapp_result = apply_default_acl_recursive(target, no_exec_mask);
     }
     else {
-      /* It's either normal file, or we're not operating recursively. */
+      /* It's either normal file, or we're not operating recursively. */
       reapp_result = apply_default_acl(target, no_exec_mask);
     }