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

Typographical and Grammatical fixes

This commit is contained in:
THE-Spellchecker
2023-11-28 01:55:57 -05:00
committed by Todd C. Miller
parent b4ae559c81
commit 5eba4b48cf
27 changed files with 38 additions and 38 deletions

View File

@@ -157,15 +157,15 @@ struct sudo_defs_types sudo_defs_table[] = {
NULL,
}, {
"rootpw", T_FLAG,
N_("Prompt for root's password, not the users's"),
N_("Prompt for root's password, not the user's"),
NULL,
}, {
"runaspw", T_FLAG,
N_("Prompt for the runas_default user's password, not the users's"),
N_("Prompt for the runas_default user's password, not the user's"),
NULL,
}, {
"targetpw", T_FLAG,
N_("Prompt for the target user's password, not the users's"),
N_("Prompt for the target user's password, not the user's"),
NULL,
}, {
"use_loginclass", T_FLAG,