* grub-core/fs/btrfs.c (find_device): Fix typos.
* grub-core/fs/zfs/zfs.c (read_device): Likewise. * util/grub-mkrelpath.c (argp_parser): Likewise. Reported by: Yuri Chornoivan.
This commit is contained in:
parent
72f1d06552
commit
fe42ce0924
4 changed files with 10 additions and 3 deletions
|
@ -71,7 +71,7 @@ argp_parser (int key, char *arg, struct argp_state *state)
|
|||
|
||||
static struct argp argp = {
|
||||
options, argp_parser, N_("PATH"),
|
||||
N_("Transform a sytem filename into GRUB one."),
|
||||
N_("Transform a system filename into GRUB one."),
|
||||
NULL, NULL, NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue