From 07e9e1dbd1b78d97292ccd35b46fc994fb8d2e7b Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 26 Oct 1994 10:33:36 +0000 Subject: [PATCH] Correct a little spelling. --- sbin/sysinstall/stage2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/sysinstall/stage2.c b/sbin/sysinstall/stage2.c index cc03c6c3373..908b1471466 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); }