]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hw/ipmi: fix spelling
authorMichael Tokarev <mjt@tls.msk.ru>
Wed, 18 May 2016 12:45:14 +0000 (15:45 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 7 Jun 2016 15:02:48 +0000 (18:02 +0300)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Acked-by: Corey Minyard <cminyard@mvista.com>
hw/ipmi/ipmi_bmc_extern.c

index fe12112a2f397a7203ad2dee019487a1cd52f2bd..157879e17733ae271b4e88b0f00f7f7e056274dd 100644 (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();
     }