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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user