* 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

@ -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
};