Fix typo in error message

This commit is contained in:
Matthew Booth 2009-11-17 12:18:39 +01:00 committed by Daniel Veillard
parent afec7cf1ff
commit 046039124d

View 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;
}