disk/ldm, partmap/msdos.c: fix spelling error

This commit is contained in:
Felix Zielcke 2015-08-22 21:22:41 +02:00
parent ba218c1c10
commit 8e3d2c80ed
2 changed files with 2 additions and 2 deletions

View file

@ -249,7 +249,7 @@ pc_partition_map_embed (struct grub_disk *disk, unsigned int *nsectors,
if (embed_type != GRUB_EMBED_PCBIOS)
return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
"PC-style partitions curently support "
"PC-style partitions currently support "
"only PC-BIOS embedding");
if (disk->partition)