diff options
author | David Krause <david@cvs.openbsd.org> | 2003-11-03 05:16:22 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-11-03 05:16:22 +0000 |
commit | 52c450f231e183639489941fa71be854489b1c14 (patch) | |
tree | 670520b076bbc0e76d4512e0b4ffd6fce185d979 /distrib | |
parent | a9e6b9df274085a0f7f70048bdb9d230ad16b8ab (diff) |
spelling fix in comments
Diffstat (limited to 'distrib')
-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 8bdf24934f0..1bc300a773b 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.138 2003/09/26 00:11:25 krw Exp $ +# $OpenBSD: install.sh,v 1.139 2003/11/03 05:16:21 david Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1997-2002 Todd Miller, Theo de Raadt, Ken Westerback @@ -94,7 +94,7 @@ if [ ! -f /etc/fstab ]; then resp=$ROOTDISK rm -f /tmp/fstab # Make sure empty files exist so we don't have to - # keep checking for their existance before grep'ing. + # keep checking for their existence before grep'ing. cat /dev/null >$FILESYSTEMS cat /dev/null >$SWAPLIST else |