* 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:
Vladimir 'phcoder' Serbinenko 2012-02-23 22:27:25 +01:00
parent 72f1d06552
commit fe42ce0924
4 changed files with 10 additions and 3 deletions

View file

@ -1208,7 +1208,7 @@ read_device (grub_uint64_t offset, struct grub_zfs_device_desc *desc,
if (!desc->dev)
{
return 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"));
}
/* read in a data block */