X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fapply-default-acl.c;h=6900a636e3ddc94b5045df620c8bf3ab772e73a6;hb=b088861e27935185fdd94425035000c4a8704b71;hp=465f70ad9794f55220f43abb8692d833238d2e4d;hpb=b70d254436f1c3304d5ae98e82cb81340854d820;p=apply-default-acl.git diff --git a/src/apply-default-acl.c b/src/apply-default-acl.c index 465f70a..6900a63 100644 --- a/src/apply-default-acl.c +++ b/src/apply-default-acl.c @@ -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 a normal file, or we're not operating recursively. */ reapp_result = apply_default_acl(target, no_exec_mask); }