fix typos; pepper@reppep.com
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 8 Oct 2000 16:25:58 +0000 (16:25 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 8 Oct 2000 16:25:58 +0000 (16:25 +0000)
defaults.c
sudo.pod

index 39388411343fb4fee19d07abf2b562b894fc8b96..1727e2d78727aedea5ed3e3579f8b9d415b3a75b 100644 (file)
@@ -177,7 +177,7 @@ struct sudo_defs_types sudo_defs_table[] = {
        "Allow some information gathering to give useful error messages"
     }, {
        "fqdn", T_FLAG,
-       "Require fully-qualified hsotnames in the sudoers file"
+       "Require fully-qualified hostnames in the sudoers file"
     }, {
        "insults", T_FLAG,
        "Insult the user when they enter an incorrect password"
index 14c5fc1f31f8d52bda271f6b08d8492b1d57e4f3..f8d5a031c82fdd6222086cf67f887537d70721ae 100644 (file)
--- a/sudo.pod
+++ b/sudo.pod
@@ -108,7 +108,7 @@ The B<-h> (I<help>) option causes B<sudo> to print a usage message and exit.
 
 If given the B<-v> (I<validate>) option, B<sudo> will update the
 user's timestamp, prompting for the user's password if necessary.
-This extends the B<sudo> timeout to for another C<@timeout@> minutes
+This extends the B<sudo> timeout for another C<@timeout@> minutes
 (or whatever the timeout is set to in I<sudoers>) but does not run
 a command.
 
@@ -297,7 +297,7 @@ B<sudo> utilizes the following environment variables:
 
 =head1 AUTHORS
 
-Many people have worked on B<sudo> over the years, this
+Many people have worked on B<sudo> over the years; this
 version consists of code written primarily by:
 
        Todd Miller