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