]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/partmap/gpt.c (gpt_partition_map_embed): Fix spelling.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 12 Nov 2011 23:07:08 +0000 (00:07 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 12 Nov 2011 23:07:08 +0000 (00:07 +0100)
ChangeLog
grub-core/partmap/gpt.c

index 95aed126c29043095b67b048c8e4659104ad3cdd..623313b3ce082ad9d029d05120eee7a421870acf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index c8bc52609c6429f6f2a7327cdcdf57f769133db6..049fda850283dc65335742f50e04a769d85151aa 100644 (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)