]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Grammar and spelling fixes
authorKris Kennaway <kris@FreeBSD.org>
Wed, 30 Jun 1999 12:49:56 +0000 (12:49 +0000)
committerKris Kennaway <kris@FreeBSD.org>
Wed, 30 Jun 1999 12:49:56 +0000 (12:49 +0000)
Obtained from: OpenBSD

adduser/adduser.perl

index 256e27c50e3b5b1d1ac25efed4bf6287cc5986c6..7b5a75ef49f64457533bde1cc74bfbd050b24b9d 100644 (file)
@@ -24,7 +24,7 @@
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.
 #
-# $Id: adduser.perl,v 1.41 1998/08/17 18:50:29 wosch Exp $
+# $Id: adduser.perl,v 1.42 1999/01/15 10:26:59 danny Exp $
 
 
 # read variables
@@ -804,10 +804,10 @@ sub copyright {
 # hints
 sub hints {
     if ($verbose) {
-       print "Use option ``-silent'' if you don't want see " .
-             "all warnings & questions.\n\n";
+       print "Use option ``-silent'' if you don't want to see " .
+             "all warnings and questions.\n\n";
     } else {
-       print "Use option ``-verbose'' if you want see more warnings & " .
+       print "Use option ``-verbose'' if you want to see more warnings and " .
              "questions \nor try to repair bugs.\n\n";
     }
 }
@@ -1298,7 +1298,7 @@ sub config_write {
 # $config - automatic generated by adduser(8)
 #
 # Note: adduser read *and* write this file.
-#      You may change values, but don't add new things befor the
+#      You may change values, but don't add new things before the
 #      line ``$do_not_delete''
 #