diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-10 04:38:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-10 04:38:31 +0000 |
commit | ae16b847933c40a28ff74b675f30cbf4d58256b4 (patch) | |
tree | 24bf3e58e831f7c98e489ca93b8c4dd6bcf65690 /distrib/miniroot | |
parent | d9055e0f9213783179ed4810af82f3dc92fb5ce8 (diff) |
spelling
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh index 0d22002289b..1623afdfb2d 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.52 1999/04/10 04:09:22 millert Exp $ +# $OpenBSD: install.sh,v 1.53 1999/04/10 04:38:30 deraadt Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1997,1998 Todd Miller, Theo de Raadt @@ -523,7 +523,7 @@ done resp="" # force one iteration echo -echo 'Please enter the initial password that the root acount will have.' +echo 'Please enter the initial password that the root account will have.' while [ "X${resp}" = X"" ]; do echo -n "Password (will not echo): " stty -echo |