]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
disk/ldm, partmap/msdos.c: fix spelling error
authorFelix Zielcke <fzielcke@z-51.de>
Sat, 22 Aug 2015 19:22:41 +0000 (21:22 +0200)
committerFelix Zielcke <fzielcke@z-51.de>
Sat, 22 Aug 2015 19:22:41 +0000 (21:22 +0200)
grub-core/disk/ldm.c
grub-core/partmap/msdos.c

index 8075f2a9eeed827d12b05fd721c0bea6340553f6..0f978ad05079c9535d7ef9bb16462c7d7adeb80e 100644 (file)
@@ -963,7 +963,7 @@ grub_util_ldm_embed (struct grub_disk *disk, unsigned int *nsectors,
 
   if (embed_type != GRUB_EMBED_PCBIOS)
     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)
     return grub_error (GRUB_ERR_BUG, "disk isn't LDM");
   pv = grub_diskfilter_get_pv_from_disk (disk, &vg);
index 46c406bff1fdbd9aa183e245a7c5779d33f5ad47..6d4b455a19c05f3ee25b01832d53c5fe5c1128d2 100644 (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)