From 772c68cbf58d040ae5a7c1a6f690d6b6ba0c0c64 Mon Sep 17 00:00:00 2001 From: jraynard Date: Wed, 20 May 1998 22:23:16 +0000 Subject: Fix typo in prompt. --- sbin/i386/fdisk/fdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/i386') diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c index e992f09..1a0fc1c 100644 --- a/sbin/i386/fdisk/fdisk.c +++ b/sbin/i386/fdisk/fdisk.c @@ -517,7 +517,7 @@ struct dos_partition *partp = ((struct dos_partition *) &mboot.parts) + i - 1; Decimal("start", partp->dp_start, tmp); Decimal("size", partp->dp_size, tmp); - if (ok("Explicitly specifiy beg/end address ?")) + if (ok("Explicitly specify beg/end address ?")) { int tsec,tcyl,thd; tcyl = DPCYL(partp->dp_scyl,partp->dp_ssect); -- cgit v1.1