summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-23 10:27:50 +0000
committerjkh <jkh@FreeBSD.org>1998-10-23 10:27:50 +0000
commit9e8244fa2b17a1b82de4887c7f25162a0bed8229 (patch)
tree5c6d11cd0ca2351997fc28eee2abb29ef75afd58 /release
parentb63c54893fae250aab2ddcd654d6bd5e9fa31b34 (diff)
downloadFreeBSD-src-9e8244fa2b17a1b82de4887c7f25162a0bed8229.zip
FreeBSD-src-9e8244fa2b17a1b82de4887c7f25162a0bed8229.tar.gz
fix spelling error.
Submitted by: Pomegranate <daver@flag.blackened.net>
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 c2709b1..856b8bc 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);
OpenPOWER on IntegriCloud