* grub-core/commands/i386/nthibr.c (GRUB_MOD_INIT): Fix typo in command
name.
This commit is contained in:
parent
e7d09ac4f7
commit
46522fb7bd
2 changed files with 6 additions and 1 deletions
|
@ -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-
|
||||
|
|
|
@ -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."));
|
||||
|
|
Loading…
Reference in a new issue