Fix apibuild.py warning about virNWFilterLookupByUUIDString

The function name was written with capital I in the Filter part.
This commit is contained in:
Matthias Bolte 2010-03-31 18:10:08 +02:00
parent 6fc93f1e75
commit eff24046d8

View File

@ -11333,7 +11333,7 @@ error:
}
/**
* virNWFIlterLookupByUUIDString:
* virNWFilterLookupByUUIDString:
* @conn: pointer to the hypervisor connection
* @uuidstr: the string UUID for the nwfilter
*