]> granicus.if.org Git - sudo/commitdiff
Fix typo in visiblepw description; from Joel Pickett
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 18 Dec 2011 19:22:24 +0000 (14:22 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 18 Dec 2011 19:22:24 +0000 (14:22 -0500)
--HG--
branch : 1.7

def_data.c
def_data.in

index c63d59588dd10f1a67b58385f58295b7829aaca4..798680eddcf459a4e355725f178718ccd1f7c11a 100644 (file)
@@ -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,
index 4a7ae9672bf3e642724bde10fe62d88841eeb235..f103b6469b34c5f6593c2f5f7b125383063ab62b 100644 (file)
@@ -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"