From 8e3d2c80ed1b9c2d150910cf3611d7ecb7d3dc6f Mon Sep 17 00:00:00 2001 From: Felix Zielcke Date: Sat, 22 Aug 2015 21:22:41 +0200 Subject: [PATCH] disk/ldm, partmap/msdos.c: fix spelling error --- grub-core/disk/ldm.c | 2 +- grub-core/partmap/msdos.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grub-core/disk/ldm.c b/grub-core/disk/ldm.c index 8075f2a9e..0f978ad05 100644 --- a/grub-core/disk/ldm.c +++ b/grub-core/disk/ldm.c @@ -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); diff --git a/grub-core/partmap/msdos.c b/grub-core/partmap/msdos.c index 46c406bff..6d4b455a1 100644 --- a/grub-core/partmap/msdos.c +++ b/grub-core/partmap/msdos.c @@ -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)