From: Colin Watson Date: Mon, 7 Dec 2009 12:39:54 +0000 (+0000) Subject: 2009-12-07 Richard Hartmann X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53f9ac317595b1d143d41d683a395b3906be20c9;p=thirdparty%2Fgrub.git 2009-12-07 Richard Hartmann * stage2/builtins.c (builtin_halt): Fix typo. (builtin_password): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 2fc978ba6..f6fe17d60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-12-07 Richard Hartmann + + * stage2/builtins.c (builtin_halt): Fix typo. + (builtin_password): Likewise. + 2009-07-02 Pavel Roskin * docs/boot.S: Fix missing newline at the end. diff --git a/stage2/builtins.c b/stage2/builtins.c index 0d92bec28..e0d942c70 100644 --- a/stage2/builtins.c +++ b/stage2/builtins.c @@ -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." };