]> 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:20:56 +0000 (14:20 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 18 Dec 2011 19:20:56 +0000 (14:20 -0500)
plugins/sudoers/def_data.c
plugins/sudoers/def_data.in
src/exec.c

index 200d76a654cce7064d4c4b928eadd395548f6b88..a33cfb4600c72adf246979664a4ee2a0a43ada7f 100644 (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,
index 340a5e489a7218ce64a7cba74544f351cb40d18a..33ab1353a9af0ad87752c926e5d147c4e68ca315 100644 (file)
@@ -219,7 +219,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"
index 798c65a4a0114ab130b757507b1e87288bc2f677..49570751a9559135b0186562944c4d94be37ec7a 100644 (file)
@@ -279,7 +279,7 @@ sudo_execve(struct command_details *details, struct command_status *cstat)
     sigemptyset(&sa.sa_mask);
 
     /*
-     * Signals for forward to the child process (excluding SIGALRM and SIGCHLD).
+     * Signals to forward to the child process (excluding SIGALRM and SIGCHLD).
      * Note: HP-UX select() will not be interrupted if SA_RESTART set.
      */
     sa.sa_flags = SA_INTERRUPT; /* do not restart syscalls */