summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-10-26 10:33:36 +0000
committerjkh <jkh@FreeBSD.org>1994-10-26 10:33:36 +0000
commit28e9fdadc2cb5a9265eebb9134d1e2e37d7fdc01 (patch)
treee6ead0b422dff6b83796a6844eaf6f082f391f23 /sbin
parent9a212b4de9b667954d4e8ba9fc412ab8365facab (diff)
downloadFreeBSD-src-28e9fdadc2cb5a9265eebb9134d1e2e37d7fdc01.zip
FreeBSD-src-28e9fdadc2cb5a9265eebb9134d1e2e37d7fdc01.tar.gz
Correct a little spelling.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/sysinstall/stage2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/sysinstall/stage2.c b/sbin/sysinstall/stage2.c
index cc03c6c..908b147 100644
--- a/sbin/sysinstall/stage2.c
+++ b/sbin/sysinstall/stage2.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: stage2.c,v 1.5 1994/10/21 05:36:43 phk Exp $
+ * $Id: stage2.c,v 1.7 1994/10/26 05:41:00 phk Exp $
*
*/
@@ -116,5 +116,5 @@ stage2()
/* Don't do error-check, we reboot anyway... */
unmount(dbuf, 0);
}
- dialog_msgbox(TITLE,"Remove the floppydisk from the drive, and hit return to reboot from the harddisk",6, 75, 1);
+ dialog_msgbox(TITLE,"Remove the floppy from the drive, and hit return to reboot from the hard disk",6, 75, 1);
}
OpenPOWER on IntegriCloud