diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-09-23 21:33:45 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-09-23 21:33:45 +0000 |
commit | 40ae52ad81083a53f5825192db6e1cb09a6670b1 (patch) | |
tree | 8ad5cc75bc8767a902e2bd3b9d77dff174eae60d /distrib/miniroot/install.sh | |
parent | 3994540c6dfa54318dece2200fc1fee7a3988ef0 (diff) |
Formatting, typo, and grammar fixes.
Diffstat (limited to 'distrib/miniroot/install.sh')
-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 6ad4fae861f..d50a008be27 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.60 1999/09/23 19:02:20 deraadt Exp $ +# $OpenBSD: install.sh,v 1.61 1999/09/23 21:33:43 aaron 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 @@ -549,7 +549,7 @@ if [ X"$libssl" != X1 ]; then while [ X"${resp}" = X ]; do echo echo "The SSL libraries included with the CD do not contain RSA code" - echo "for licencing reasons. Instead, enhanced SSL shared libraries" + echo "for licensing reasons. Instead, enhanced SSL shared libraries" echo "with RSA code are available on ftp and http sites. If you do" echo "not install the SSL+RSA libraries right now, they are easily" echo "installed later." |