summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorRobert Peichaer <rpe@cvs.openbsd.org>2015-05-31 21:21:11 +0000
committerRobert Peichaer <rpe@cvs.openbsd.org>2015-05-31 21:21:11 +0000
commitdbf870195247a1bc8b7fadda62bba89a4d37bc06 (patch)
tree6eba8f7dedf026235d74ef03b08ce386a9dbd979 /distrib
parentf0836126cc84d2f224e7f4e95d4cc4613adec8d8 (diff)
Fix typos.
OK miod@
Diffstat (limited to 'distrib')
-rw-r--r--distrib/aviion/ramdisk/install.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/aviion/ramdisk/install.md b/distrib/aviion/ramdisk/install.md
index 73cf016b4f2..faa138de35e 100644
--- a/distrib/aviion/ramdisk/install.md
+++ b/distrib/aviion/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.7 2015/05/31 19:40:10 rpe Exp $
+# $OpenBSD: install.md,v 1.8 2015/05/31 21:21:10 rpe Exp $
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
#
@@ -86,7 +86,7 @@ partitions will NOT be recognized by OpenBSD and will be overwritten.
__EOT
ask_yn "Are you *sure* you want to setup $_disk?"
- [[ $reps == n ]] && return 1
+ [[ $resp == n ]] && return 1
_shared=y
fi
@@ -100,7 +100,7 @@ in the installation notes.
__EOT
ask_yn "Are you *sure* you want to setup $_disk?"
- [[ $reps == n ]] && return 1
+ [[ $resp == n ]] && return 1
_shared=y
fi
else