* grub-core/commands/i386/nthibr.c (GRUB_MOD_INIT): Fix typo in command

name.
This commit is contained in:
Vladimir Serbinenko 2013-11-04 14:27:09 +01:00
parent e7d09ac4f7
commit 46522fb7bd
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-11-04 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/i386/nthibr.c (GRUB_MOD_INIT): Fix typo in command
name.
2013-11-04 Andrey Borzenkov <arvidjaar@gmail.com>
* configure.ac: Explicitly disable emusdl, emuusb and emupci on non-

View file

@ -67,7 +67,7 @@ static grub_command_t cmd;
GRUB_MOD_INIT (check_nt_hiberfil)
{
cmd = grub_register_command ("check_nt_hibrerfil", grub_cmd_nthibr,
cmd = grub_register_command ("check_nt_hiberfil", grub_cmd_nthibr,
N_("FILE"),
N_("Test whether a hiberfil.sys is "
"in hibernated state."));