From: Michael Tokarev Date: Wed, 18 May 2016 12:45:14 +0000 (+0300) Subject: hw/ipmi: fix spelling X-Git-Tag: v2.7.0-rc0~142^2~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6210f5701e7c5fde402083f5f1b754fb0eff06f;p=thirdparty%2Fqemu.git hw/ipmi: fix spelling Signed-off-by: Michael Tokarev Acked-by: Corey Minyard --- diff --git a/hw/ipmi/ipmi_bmc_extern.c b/hw/ipmi/ipmi_bmc_extern.c index fe12112a2f3..157879e1773 100644 --- a/hw/ipmi/ipmi_bmc_extern.c +++ b/hw/ipmi/ipmi_bmc_extern.c @@ -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(); }