mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 09:55:18 +00:00
Fix typo in error message
This commit is contained in:
parent
afec7cf1ff
commit
046039124d
@ -1635,7 +1635,7 @@ int qemuMonitorTextRemoveHostNetwork(qemuMonitorPtr mon,
|
|||||||
|
|
||||||
if (qemuMonitorCommand(mon, cmd, &reply) < 0) {
|
if (qemuMonitorCommand(mon, cmd, &reply) < 0) {
|
||||||
qemudReportError(NULL, NULL, NULL, VIR_ERR_OPERATION_FAILED,
|
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;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user