diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-15 15:16:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-15 15:16:02 +0000 |
commit | f8004b12d445e78c4dccfe1063d2f77271db3693 (patch) | |
tree | 13e4350496c02fa8867b368e245f7b106ae38164 | |
parent | 3d80860bb528cb9d950a50a654a47fd017a3a449 (diff) |
typo
-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 e2c0c6c45ac..d43b86aa670 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.66 1999/10/14 17:29:04 deraadt Exp $ +# $OpenBSD: install.sh,v 1.67 1999/10/15 15:16:01 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 @@ -557,7 +557,7 @@ if [ X"$ssl" != X1 ]; then echo " licences work. (This is how the USA crypto export policy feels to the" echo " rest of the world.)" echo "" - echo "If you do not install the ssl package now, it is easily installed at + echo "If you do not install the ssl package now, it is easily installed at" echo "a later time (see the afterboot(8) and ssl(8) manual pages)." echo -n "Install SSL+RSA libraries now via (f)tp, (h)ttp, or (n)ot? [$resp] " |