summaryrefslogtreecommitdiff
path: root/distrib/miniroot
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2001-03-26 14:46:56 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2001-03-26 14:46:56 +0000
commitdb372b8c3c1fa65b49f460f5fb74cc9bdf877063 (patch)
tree23dc93561a67c321001e5faf310d5490f1061843 /distrib/miniroot
parentffaf01e35881aff151cc5502b7f631a85e42a8ae (diff)
spelling
Diffstat (limited to 'distrib/miniroot')
-rw-r--r--distrib/miniroot/install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh
index 4df3421ea00..1a5a6bc578e 100644
--- a/distrib/miniroot/install.sh
+++ b/distrib/miniroot/install.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sh,v 1.74 2000/06/16 03:19:42 deraadt Exp $
+# $OpenBSD: install.sh,v 1.75 2001/03/26 14:46:55 todd 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
@@ -70,7 +70,7 @@
# In a perfect world, this would be a nice C program, with a reasonable
# user interface.
-FILESYSTEMS="/tmp/filesystems" # used thoughout
+FILESYSTEMS="/tmp/filesystems" # used throughout
FQDN= # domain name
trap "umount /tmp > /dev/null 2>&1" 0
@@ -329,7 +329,7 @@ if [ "`df /`" = "`df /mnt`" ]; then
done
) < ${FILESYSTEMS} > /tmp/fstab
-# XXX We no longer do the following. It is not neccessary. It can be done
+# XXX We no longer do the following. It is not necessary. It can be done
# XXX after the install is complete.
#
# echo "The fstab is configured as follows:"