[libvirt] [PATCH] Fix apibuild.py warning about virNWFilterLookupByUUIDString

Matthias Bolte matthias.bolte at googlemail.com
Wed Mar 31 16:14:00 UTC 2010


The function name was written with capital I in the Filter part.
---
 src/libvirt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvirt.c b/src/libvirt.c
index 138dd31..5247fe7 100644
--- a/src/libvirt.c
+++ b/src/libvirt.c
@@ -11333,7 +11333,7 @@ error:
 }
 
 /**
- * virNWFIlterLookupByUUIDString:
+ * virNWFilterLookupByUUIDString:
  * @conn: pointer to the hypervisor connection
  * @uuidstr: the string UUID for the nwfilter
  *
-- 
1.6.3.3




More information about the libvir-list mailing list