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:
committed by
Todd C. Miller
parent
b4ae559c81
commit
5eba4b48cf
@@ -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,
|
||||
|
Reference in New Issue
Block a user