]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix apibuild.py warning about virNWFilterLookupByUUIDString
authorMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 31 Mar 2010 16:10:08 +0000 (18:10 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 31 Mar 2010 16:11:06 +0000 (18:11 +0200)
The function name was written with capital I in the Filter part.

src/libvirt.c

index 138dd31fe151123b02502693f2edfad4e0518a38..5247fe726579bb6a420e9105e49cb46d3252df58 100644 (file)
@@ -11333,7 +11333,7 @@ error:
 }
 
 /**
- * virNWFIlterLookupByUUIDString:
+ * virNWFilterLookupByUUIDString:
  * @conn: pointer to the hypervisor connection
  * @uuidstr: the string UUID for the nwfilter
  *