]> git.proxmox.com Git - grub2.git/commitdiff
* commands/i386/pc/sendkey.c (options): Fix three typos.
authorColin Watson <cjwatson@ubuntu.com>
Thu, 19 Aug 2010 20:53:50 +0000 (21:53 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Thu, 19 Aug 2010 20:53:50 +0000 (21:53 +0100)
ChangeLog
commands/i386/pc/sendkey.c

index a20e76892151c26010bee15fefeada8211788150..0eba757db4c2803a0a06ecc588a26a021e59a046 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-19  Colin Watson  <cjwatson@ubuntu.com>
+
+       * commands/i386/pc/sendkey.c (options): Fix three typos.
+
 2010-08-19  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Implement sendkey support.
index aa7ffdb5909d81c068fe0269ea28fe8c79c655a9..60cb5c9020a37acf5e0af136e3bd523fdd43190e 100644 (file)
@@ -44,11 +44,11 @@ static const struct grub_arg_option options[] =
     {"numkey", 0, 0, "press NumLock key", "[keep|on|off]", ARG_TYPE_STRING},
     {"capskey", 0, 0, "press CapsLock key", "[keep|on|off]", ARG_TYPE_STRING},
     {"scrollkey", 0, 0, "press ScrollLock key", "[keep|on|off]", ARG_TYPE_STRING},
-    {"inserkey", 0, 0, "press Insert key", "[keep|on|off]", ARG_TYPE_STRING},
+    {"insertkey", 0, 0, "press Insert key", "[keep|on|off]", ARG_TYPE_STRING},
     {"left-alt", 0, 0, "press left alt", "[keep|on|off]", ARG_TYPE_STRING},
-    {"right-alt", 0, 0, "press rightt alt", "[keep|on|off]", ARG_TYPE_STRING},
+    {"right-alt", 0, 0, "press right alt", "[keep|on|off]", ARG_TYPE_STRING},
     {"left-ctrl", 0, 0, "press left ctrl", "[keep|on|off]", ARG_TYPE_STRING},
-    {"right-ctrl", 0, 0, "press rightt ctrl", "[keep|on|off]", ARG_TYPE_STRING},
+    {"right-ctrl", 0, 0, "press right ctrl", "[keep|on|off]", ARG_TYPE_STRING},
     {"no-led", 0, 0, "don't update LED state", 0, 0},
     {0, 0, 0, 0, 0, 0}
   };