From eff24046d86dfeb7583a9593219f42542bb03497 Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Wed, 31 Mar 2010 18:10:08 +0200 Subject: [PATCH] Fix apibuild.py warning about virNWFilterLookupByUUIDString The function name was written with capital I in the Filter part. --- src/libvirt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvirt.c b/src/libvirt.c index 138dd31fe1..5247fe7265 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 *