2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Apply Google inclusive language guidelines.

Also replace backwards with backward.
This commit is contained in:
Todd C. Miller
2020-10-30 10:15:30 -06:00
parent 973da9a591
commit e0c2635fb3
52 changed files with 158 additions and 160 deletions

View File

@@ -271,7 +271,7 @@ struct sudo_defs_types sudo_defs_table[] = {
def_data_verifypw,
}, {
"noexec", T_FLAG,
N_("Preload the dummy exec functions contained in the sudo_noexec library"),
N_("Preload the sudo_noexec library which replaces the exec functions"),
NULL,
}, {
"ignore_local_sudoers", T_FLAG,
@@ -295,7 +295,7 @@ struct sudo_defs_types sudo_defs_table[] = {
NULL,
}, {
"env_check", T_LIST|T_BOOL,
N_("Environment variables to check for sanity:"),
N_("Environment variables to check for safety:"),
NULL,
}, {
"env_delete", T_LIST|T_BOOL,