aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-23 10:27:50 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-23 10:27:50 +0000
commit622bb932483a2a8f026d2163436ce5c8b446a81a (patch)
tree862459634d4b19930c507c5775e306767b3360a5 /release
parente45520f76e36200d0f4107a4e9ed8a7099fba662 (diff)
downloadsrc-622bb932483a2a8f026d2163436ce5c8b446a81a.tar.gz
src-622bb932483a2a8f026d2163436ce5c8b446a81a.zip
fix spelling error.
Submitted by: Pomegranate <daver@flag.blackened.net>
Notes
Notes: svn path=/head/; revision=40607
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index c2709b14354a..856b8bc1ecc0 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.215 1998/10/12 23:47:50 jkh Exp $
+ * $Id: install.c,v 1.216 1998/10/13 10:07:43 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -948,7 +948,7 @@ installFilesystems(dialogMenuItem *self)
if (c2 == rootdev)
continue;
- if (tmp->newfs && (!upgrade || !msgYesNo("You are upgradding - are you SURE you want to newfs /dev/%s?", c2->name)))
+ if (tmp->newfs && (!upgrade || !msgYesNo("You are upgrading - are you SURE you want to newfs /dev/%s?", c2->name)))
command_shell_add(tmp->mountpoint, "%s %s/dev/r%s", tmp->newfs_cmd, RunningAsInit ? "/mnt" : "", c2->name);
else
command_shell_add(tmp->mountpoint, "fsck -y %s/dev/r%s", RunningAsInit ? "/mnt" : "", c2->name);