Fix typo in visiblepw description; from Joel Pickett

This commit is contained in:
Todd C. Miller
2011-12-18 14:20:56 -05:00
parent a24d86b32c
commit 1f97735fbb
3 changed files with 3 additions and 3 deletions

View File

@@ -296,7 +296,7 @@ struct sudo_defs_types sudo_defs_table[] = {
NULL,
}, {
"visiblepw", T_FLAG,
N_("Allow sudo to prompt for a password even if it would be visisble"),
N_("Allow sudo to prompt for a password even if it would be visible"),
NULL,
}, {
"pwfeedback", T_FLAG,