From: Vladimir 'phcoder' Serbinenko Date: Tue, 6 Mar 2012 13:07:00 +0000 (+0100) Subject: * grub-core/commands/search_wrap.c (options): Fix a typo. X-Git-Tag: 2.00~412 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7c080ad027128992b31ee10dd2888500699ba4a;p=thirdparty%2Fgrub.git * grub-core/commands/search_wrap.c (options): Fix a typo. --- diff --git a/ChangeLog b/ChangeLog index bbc7d87a8..d17878ecb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-03-06 Vladimir Serbinenko + + * grub-core/commands/search_wrap.c (options): Fix a typo. + 2012-03-06 Vladimir Serbinenko * util/grub-kbdcomp.in: Change "layout" to "keyboard layout" in diff --git a/grub-core/commands/search_wrap.c b/grub-core/commands/search_wrap.c index 319c690f6..1c4fa3cf0 100644 --- a/grub-core/commands/search_wrap.c +++ b/grub-core/commands/search_wrap.c @@ -51,7 +51,7 @@ static const struct grub_arg_option options[] = "If HINT ends in comma, also try subpartitions"), N_("HINT"), ARG_TYPE_STRING}, {"hint-baremetal", 0, GRUB_ARG_OPTION_REPEATABLE, - N_("First try the device HINT if direct hardware access is suported. " + N_("First try the device HINT if direct hardware access is supported. " "If HINT ends in comma, also try subpartitions"), N_("HINT"), ARG_TYPE_STRING}, {"hint-efi", 0, GRUB_ARG_OPTION_REPEATABLE,