disk/ldm, partmap/msdos.c: fix spelling error
This commit is contained in:
parent
ba218c1c10
commit
8e3d2c80ed
2 changed files with 2 additions and 2 deletions
|
@ -963,7 +963,7 @@ grub_util_ldm_embed (struct grub_disk *disk, unsigned int *nsectors,
|
||||||
|
|
||||||
if (embed_type != GRUB_EMBED_PCBIOS)
|
if (embed_type != GRUB_EMBED_PCBIOS)
|
||||||
return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
|
return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
|
||||||
"LDM curently supports only PC-BIOS embedding");
|
"LDM currently supports only PC-BIOS embedding");
|
||||||
if (disk->partition)
|
if (disk->partition)
|
||||||
return grub_error (GRUB_ERR_BUG, "disk isn't LDM");
|
return grub_error (GRUB_ERR_BUG, "disk isn't LDM");
|
||||||
pv = grub_diskfilter_get_pv_from_disk (disk, &vg);
|
pv = grub_diskfilter_get_pv_from_disk (disk, &vg);
|
||||||
|
|
|
@ -249,7 +249,7 @@ pc_partition_map_embed (struct grub_disk *disk, unsigned int *nsectors,
|
||||||
|
|
||||||
if (embed_type != GRUB_EMBED_PCBIOS)
|
if (embed_type != GRUB_EMBED_PCBIOS)
|
||||||
return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
|
return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
|
||||||
"PC-style partitions curently support "
|
"PC-style partitions currently support "
|
||||||
"only PC-BIOS embedding");
|
"only PC-BIOS embedding");
|
||||||
|
|
||||||
if (disk->partition)
|
if (disk->partition)
|
||||||
|
|
Loading…
Reference in a new issue