]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/commands/search_wrap.c (options): Fix a typo.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 6 Mar 2012 13:07:00 +0000 (14:07 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 6 Mar 2012 13:07:00 +0000 (14:07 +0100)
ChangeLog
grub-core/commands/search_wrap.c

index bbc7d87a8f72681d6fa798691ececcc3b03c175b..d17878ecb521f80a17a18a296269114b2389e981 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-06  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/search_wrap.c (options): Fix a typo.
+
 2012-03-06  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/grub-kbdcomp.in: Change "layout" to "keyboard layout" in
index 319c690f6f29c842def4de5d14a0ef26938f3d81..1c4fa3cf04714cba8aee35e6539b145a8e881a35 100644 (file)
@@ -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,