summaryrefslogtreecommitdiffstats
path: root/sbin/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/i386')
-rw-r--r--sbin/i386/fdisk/fdisk.c2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud