summaryrefslogtreecommitdiff
path: root/usr.sbin/adduser/adduser.perl
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-29 12:23:27 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-29 12:23:27 +0000
commitdcff5878a8a1e695f26983cf771076481346f90c (patch)
treecff1c10ad5e6361fbad7433db12e13993862b617 /usr.sbin/adduser/adduser.perl
parentb2775a5d81063b6d9ec206ca760dbaa5ce073d1e (diff)
grammar; form@kti.nsc.ru
Diffstat (limited to 'usr.sbin/adduser/adduser.perl')
-rw-r--r--usr.sbin/adduser/adduser.perl8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/adduser/adduser.perl b/usr.sbin/adduser/adduser.perl
index 02557feb57f..886c6420e2a 100644
--- a/usr.sbin/adduser/adduser.perl
+++ b/usr.sbin/adduser/adduser.perl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# $OpenBSD: adduser.perl,v 1.16 1999/06/17 20:06:28 espie Exp $
+# $OpenBSD: adduser.perl,v 1.17 1999/06/29 12:23:26 aaron Exp $
#
# Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
# All rights reserved.
@@ -951,8 +951,8 @@ 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";
}
}
@@ -1447,7 +1447,7 @@ sub config_write {
print C <<EOF;
#
-# $OpenBSD: adduser.perl,v 1.16 1999/06/17 20:06:28 espie Exp $
+# $OpenBSD: adduser.perl,v 1.17 1999/06/29 12:23:26 aaron Exp $
# $config - automatic generated by adduser(8)
#
# Note: adduser read *and* write this file.