summaryrefslogtreecommitdiff
path: root/plugins/sudoers/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sudoers/env.c')
-rw-r--r--plugins/sudoers/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sudoers/env.c b/plugins/sudoers/env.c
index a617408ff..82dc61832 100644
--- a/plugins/sudoers/env.c
+++ b/plugins/sudoers/env.c
@@ -986,7 +986,7 @@ rebuild_env(void)
* env_check.
*/
for (ep = env.old_envp; *ep; ep++) {
- /* Add variable unless it matches a black list. */
+ /* Add variable unless it matches a blocklist. */
if (!env_should_delete(*ep)) {
if (strncmp(*ep, "SUDO_PS1=", 9) == 0)
ps1 = *ep + 5;