]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix typo in error message
authorMatthew Booth <mbooth@redhat.com>
Tue, 17 Nov 2009 11:18:39 +0000 (12:18 +0100)
committerDaniel Veillard <veillard@redhat.com>
Tue, 17 Nov 2009 11:18:39 +0000 (12:18 +0100)
src/qemu/qemu_monitor_text.c

index ee234a1a054ded50326e39fdcf2897403bdd37b6..d39a4175548752ca96246469c6960945b7ca36c2 100644 (file)
@@ -1635,7 +1635,7 @@ int qemuMonitorTextRemoveHostNetwork(qemuMonitorPtr mon,
 
     if (qemuMonitorCommand(mon, cmd, &reply) < 0) {
         qemudReportError(NULL, NULL, NULL, VIR_ERR_OPERATION_FAILED,
-                         _("failed to remove host metnwork in qemu with '%s'"), cmd);
+                         _("failed to remove host network in qemu with '%s'"), cmd);
         goto cleanup;
     }