]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-12-07 Richard Hartmann <richih.mailinglist@gmail.com>
authorColin Watson <cjwatson@ubuntu.com>
Mon, 7 Dec 2009 12:39:54 +0000 (12:39 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 7 Dec 2009 12:39:54 +0000 (12:39 +0000)
* stage2/builtins.c (builtin_halt): Fix typo.
(builtin_password): Likewise.

ChangeLog
stage2/builtins.c

index 2fc978ba6be464c3b454283758ec43546f4bbec9..f6fe17d60d56e196c66251e8cf15692644e6293f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-07  Richard Hartmann  <richih.mailinglist@gmail.com>
+
+       * stage2/builtins.c (builtin_halt): Fix typo.
+       (builtin_password): Likewise.
+
 2009-07-02  Pavel Roskin  <proski@gnu.org>
 
        * docs/boot.S: Fix missing newline at the end.
index 0d92bec28bd2bbf5e7ae0f107f87fd7d5c52abbc..e0d942c70f4550edd27ce6fc13017350e0f13435 100644 (file)
@@ -1448,7 +1448,7 @@ static struct builtin builtin_halt =
   halt_func,
   BUILTIN_CMDLINE | BUILTIN_HELP_LIST,
   "halt [--no-apm]",
-  "Halt your system. If APM is avaiable on it, turn off the power using"
+  "Halt your system. If APM is available on it, turn off the power using"
   " the APM BIOS, unless you specify the option `--no-apm'."
 };
 
@@ -2954,7 +2954,7 @@ static struct builtin builtin_password =
   " FILE as a new config file and restarts the GRUB Stage 2. If you"
   " omit the argument FILE, then GRUB just unlocks privileged"
   " instructions.  You can also use it in the script section, in"
-  " which case it will ask for the password, before continueing."
+  " which case it will ask for the password, before continuing."
   " The option --md5 tells GRUB that PASSWD is encrypted with"
   " md5crypt."
 };