* configure.ac: Fix spelling.
* grub-core/commands/parttool.c: Fix grammar. * grub-core/disk/ldm.c: Use consistent capitalisation for "LDM Embedding Partition".
This commit is contained in:
parent
74fa9ac1a6
commit
16f7455b04
4 changed files with 11 additions and 4 deletions
|
@ -133,7 +133,7 @@ show_help (grub_device_t dev)
|
|||
}
|
||||
}
|
||||
if (! found)
|
||||
grub_printf_ (N_("Sorry no parttool is available for %s\n"),
|
||||
grub_printf_ (N_("Sorry, no parttool is available for %s\n"),
|
||||
dev->disk->partition->partmap->name);
|
||||
return GRUB_ERR_NONE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue