Re: [PATCH 3/3] *: use allowlist and denylist
From: Jeff King <hidden>
Date: 2022-07-13 15:23:11
From: Jeff King <hidden>
Date: 2022-07-13 15:23:11
On Wed, Jul 13, 2022 at 01:20:50PM +0000, Derrick Stolee via GitGitGadget wrote:
@@ -1444,7 +1444,7 @@ int cmd_main(int argc, const char **argv) cred = prepare_credentials(user_name, group_name); if (strict_paths && (!ok_paths || !*ok_paths)) - die("option --strict-paths requires a whitelist"); + die("option --strict-paths requires a allowlist");
Here's another s/a/an/ case. I think there are a few others in comments in other parts of the patch. -Peff