1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-04-01 20:05:19 +00:00

virsh: fix typo s/node filters/network filters/

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange 2017-12-12 17:41:46 +00:00
parent 917047de61
commit fbe32b78e0

@ -272,7 +272,7 @@ virshNWFilterListCollect(vshControl *ctl,
}
/* 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;