From: Daniel P. Berrange Date: Tue, 12 Dec 2017 17:41:46 +0000 (+0000) Subject: virsh: fix typo s/node filters/network filters/ X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fbe32b78e0db84be0be31e480908f70928145eda;p=libvirt.git virsh: fix typo s/node filters/network filters/ Signed-off-by: Daniel P. Berrange --- diff --git a/tools/virsh-nwfilter.c b/tools/virsh-nwfilter.c index 0f64c446f3..40bc193ad5 100644 --- a/tools/virsh-nwfilter.c +++ b/tools/virsh-nwfilter.c @@ -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;