* 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
|
@ -575,7 +575,7 @@ find_device (struct grub_btrfs_data *data, grub_uint64_t id, int do_rescan)
|
|||
if (!dev_found)
|
||||
{
|
||||
grub_error (GRUB_ERR_BAD_FS,
|
||||
N_("couldn't find a necesssary member device "
|
||||
N_("couldn't find a necessary member device "
|
||||
"of multi-device filesystem"));
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue