mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
virsh: fix typo s/node filters/network filters/
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
917047de61
commit
fbe32b78e0
@ -272,7 +272,7 @@ virshNWFilterListCollect(vshControl *ctl,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* there was an error during the call */
|
/* there was an error during the call */
|
||||||
vshError(ctl, "%s", _("Failed to list node filters"));
|
vshError(ctl, "%s", _("Failed to list network filters"));
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user