From: Michael Orlitzky Date: Tue, 27 Sep 2016 19:21:16 +0000 (-0400) Subject: Fix a typo in a comment. X-Git-Tag: v0.0.5~3 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=commitdiff_plain;h=b088861e27935185fdd94425035000c4a8704b71 Fix a typo in a comment. --- 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); }