diff options
author | gvf <gvf@cvs.openbsd.org> | 1997-04-23 19:52:17 +0000 |
---|---|---|
committer | gvf <gvf@cvs.openbsd.org> | 1997-04-23 19:52:17 +0000 |
commit | 7d750354839939345823f4fd6e1d98eb5b3f2fc5 (patch) | |
tree | 9b3816f11429cdf643ecd69edbcef178dbdaf69e /distrib/i386 | |
parent | 7e378947f64dc0d600c7527445239da1d75dcbdb (diff) |
typo
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/inst/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/inst/install.sh b/distrib/i386/floppies/inst/install.sh index 7ac591dcf4d..0ce630cd7b0 100644 --- a/distrib/i386/floppies/inst/install.sh +++ b/distrib/i386/floppies/inst/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.17 1997/01/28 07:07:36 deraadt Exp $ +# $OpenBSD: install.sh,v 1.18 1997/04/23 19:52:16 gvf Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -153,7 +153,7 @@ echo "" echo "You will now need to provide some information about your disk's" echo "geometry. This should either be in the User's Manual for your disk," echo "or you should have written down what OpenBSD printed when booting." -echo "(Note that he geometry that's printed at boot time is preferred.)" +echo "(Note that the geometry that's printed at boot time is preferred.)" echo "" echo "You may choose to view the initial boot messages for your system" echo "again right now if you like." |