]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-reboot.in (usage): Fix a typo.
authorColin Watson <cjwatson@ubuntu.com>
Fri, 15 Nov 2013 14:32:03 +0000 (14:32 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Fri, 15 Nov 2013 14:32:03 +0000 (14:32 +0000)
ChangeLog
util/grub-reboot.in

index 6d502f8fe5ffbcad89c3a17d45e093bbe2f634fe..2b84f8994dde3072f9705935228a8787f82f2511 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-15  Colin Watson  <cjwatson@ubuntu.com>
+
+       * util/grub-reboot.in (usage): Fix a typo.
+
 2013-11-15  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Replace libgcc version of ctz with our own.
index 71ebbdc6cabb21ef0ea02b121e4e04e0513d5423..225fe5f218813befa313dffaf9732d779017a112 100644 (file)
@@ -54,7 +54,7 @@ usage () {
     gettext "MENU_ENTRY is a number, a menu item title or a menu item identifier. Please note that menu items in
 submenus or sub-submenus require specifying the submenu components and then the
 menu item component. The titles should be separated using the greater-than
-character (>) with no extra spaces. Depending on your shell some characters including > may need escpaing. More information about this is available
+character (>) with no extra spaces. Depending on your shell some characters including > may need escaping. More information about this is available
 in the GRUB Manual in the section about the 'default' command. "; echo
     echo
     gettext "Report bugs to <bug-grub@gnu.org>."; echo