From: Todd C. Miller Date: Sun, 18 Dec 2011 19:22:24 +0000 (-0500) Subject: Fix typo in visiblepw description; from Joel Pickett X-Git-Tag: SUDO_1_7_9~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90f32ab19f6415e653e523e81418b4623aa59924;p=sudo Fix typo in visiblepw description; from Joel Pickett --HG-- branch : 1.7 --- diff --git a/def_data.c b/def_data.c index c63d59588..798680edd 100644 --- a/def_data.c +++ b/def_data.c @@ -300,7 +300,7 @@ struct sudo_defs_types sudo_defs_table[] = { NULL, }, { "visiblepw", T_FLAG, - "Allow sudo to prompt for a password even if it would be visisble", + "Allow sudo to prompt for a password even if it would be visible", NULL, }, { "pwfeedback", T_FLAG, diff --git a/def_data.in b/def_data.in index 4a7ae9672..f103b6469 100644 --- a/def_data.in +++ b/def_data.in @@ -222,7 +222,7 @@ sudoers_locale "Locale to use while parsing sudoers: %s" visiblepw T_FLAG - "Allow sudo to prompt for a password even if it would be visisble" + "Allow sudo to prompt for a password even if it would be visible" pwfeedback T_FLAG "Provide visual feedback at the password prompt when there is user input"