* grub-core/partmap/gpt.c (gpt_partition_map_embed): Fix spelling.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-13 00:07:08 +01:00
parent a346b81c7d
commit fa5aeffcc2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-11-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/partmap/gpt.c (gpt_partition_map_embed): Fix spelling.
2011-11-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/partmap/gpt.c (gpt_partition_map_embed): Restore

View File

@ -165,7 +165,7 @@ gpt_partition_map_embed (struct grub_disk *disk, unsigned int *nsectors,
if (embed_type != GRUB_EMBED_PCBIOS)
return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
"GPT curently supports only PC-BIOS embedding");
"GPT currently supports only PC-BIOS embedding");
err = gpt_partition_map_iterate (disk, find_usable_region);
if (err)