From c7c080ad027128992b31ee10dd2888500699ba4a Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Tue, 6 Mar 2012 14:07:00 +0100 Subject: [PATCH] * grub-core/commands/search_wrap.c (options): Fix a typo. --- ChangeLog | 4 ++++ grub-core/commands/search_wrap.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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,