From 4b3b45a7a2f1b1f5a92df6f1bfcdb57eb489f817 Mon Sep 17 00:00:00 2001 From: James Raynard Date: Wed, 20 May 1998 22:23:16 +0000 Subject: [PATCH] Fix typo in prompt. --- sbin/fdisk/fdisk.c | 2 +- sbin/i386/fdisk/fdisk.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index e992f0974fb3..1a0fc1cafc87 100644 --- a/sbin/fdisk/fdisk.c +++ b/sbin/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); diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c index e992f0974fb3..1a0fc1cafc87 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);