mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo in prompt.
This commit is contained in:
parent
94610ec47e
commit
4b3b45a7a2
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue