summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-06-30 12:49:56 +0000
committerkris <kris@FreeBSD.org>1999-06-30 12:49:56 +0000
commitc9ebcf4453f5fe39feceb61c90a99011984162da (patch)
treec153338252b40fd5a120a5a60b3ac75aa5495dfa /usr.sbin/adduser
parent355fb5338b7cbd55c9c47eed0510e8931fe333cc (diff)
downloadFreeBSD-src-c9ebcf4453f5fe39feceb61c90a99011984162da.zip
FreeBSD-src-c9ebcf4453f5fe39feceb61c90a99011984162da.tar.gz
Grammar and spelling fixes
Obtained from: OpenBSD
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r--usr.sbin/adduser/adduser.perl10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/adduser/adduser.perl b/usr.sbin/adduser/adduser.perl
index 256e27c..7b5a75e 100644
--- a/usr.sbin/adduser/adduser.perl
+++ b/usr.sbin/adduser/adduser.perl
@@ -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''
#
OpenPOWER on IntegriCloud