hw/ipmi: fix spelling

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Acked-by: Corey Minyard <cminyard@mvista.com>
This commit is contained in:
Michael Tokarev 2016-05-18 15:45:14 +03:00
parent b34aee54aa
commit a6210f5701
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ static void ipmi_bmc_extern_handle_command(IPMIBmc *b,
if (ibe->outlen) {
/* We already have a command queued. Shouldn't ever happen. */
fprintf(stderr, "IPMI KCS: Got command when not finished with the"
" previous commmand\n");
" previous command\n");
abort();
}