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

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

On 03/31/2010 10:14 AM, Matthias Bolte wrote:
The function name was written with capital I in the Filter part. /** - * virNWFIlterLookupByUUIDString: + * virNWFilterLookupByUUIDString:
I think comment typo fixes count as trivial - but at any rate, ACK. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org

2010/3/31 Eric Blake <eblake@redhat.com>:
On 03/31/2010 10:14 AM, Matthias Bolte wrote:
The function name was written with capital I in the Filter part. /** - * virNWFIlterLookupByUUIDString: + * virNWFilterLookupByUUIDString:
I think comment typo fixes count as trivial - but at any rate, ACK.
True, but I have a habit of posting everything to the list first :) Thanks, pushed. Matthias
participants (2)
-
Eric Blake
-
Matthias Bolte