[libvirt] [PATCH] virsh: fix typo s/node filters/network filters/

Daniel P. Berrange posted 1 patch 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20171212174244.26109-1-berrange@redhat.com
tools/virsh-nwfilter.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] virsh: fix typo s/node filters/network filters/
Posted by Daniel P. Berrange 6 years, 4 months ago
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
---

Pushed under trivial rule

 tools/virsh-nwfilter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list