diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-15 15:21:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-15 15:21:08 +0000 |
commit | 9d3be778b046ca0616d086979487fceccb4543be (patch) | |
tree | f43a186df045b35eeda8cc9dda23c157ea672f3a /distrib/miniroot | |
parent | 28466a088efe9b71333fc6c6ac26f66f51fecc07 (diff) |
spelling
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 8441f406a5e..5af2ab490c8 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.74 1998/04/14 17:25:31 millert Exp $ +# $OpenBSD: install.sub,v 1.75 1998/04/15 15:21:07 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997,1998 Todd Miller, Theo de Raadt @@ -921,7 +921,7 @@ eval echo "\\\\n"\ "When you are done selecting files, enter 'done'.\\\\n"\ "Some of these sets are required for your ${MODE} and some are optional --\\\\n"\ "You will want at least the base and bsd sets.\\\\n"\ -"Consult the intallation notes if you are not sure which sets are required!" +"Consult the installation notes if you are not sure which sets are required!" _osetsdone="$_setsdone" # Set a minimal default for _f in $_sets $_kernel; do |