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

View File

@ -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;