aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2016-05-18 15:45:14 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2016-06-07 18:02:48 +0300
commita6210f5701e7c5fde402083f5f1b754fb0eff06f (patch)
treefc7699040bd4175ed731b2d2ebd5388ad38744a0
parentb34aee54aafe2a8da7fa365932f7ca6968ca64c4 (diff)
downloadqemu-a6210f5701e7c5fde402083f5f1b754fb0eff06f.zip
qemu-a6210f5701e7c5fde402083f5f1b754fb0eff06f.tar.gz
qemu-a6210f5701e7c5fde402083f5f1b754fb0eff06f.tar.bz2
hw/ipmi: fix spelling
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Acked-by: Corey Minyard <cminyard@mvista.com>
-rw-r--r--hw/ipmi/ipmi_bmc_extern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ipmi/ipmi_bmc_extern.c b/hw/ipmi/ipmi_bmc_extern.c
index fe12112..157879e 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();
}