Re: [libvirt] [PATCH] util: Get rid of virStringListLen()

2016-02-09 Thread Cole Robinson
On 02/09/2016 10:28 AM, Martin Kletzander wrote: > It does exactly the same thing as virStringListLenght() and it's used in > one place only. > Typo there: s/Lenght/Length/g ACK otherwise - Cole -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-l

[libvirt] [PATCH] util: Get rid of virStringListLen()

2016-02-09 Thread Martin Kletzander
It does exactly the same thing as virStringListLenght() and it's used in one place only. Signed-off-by: Martin Kletzander --- src/util/virpolkit.c | 2 +- src/util/virstring.c | 14 -- src/util/virstring.h | 2 -- 3 files changed, 1 insertion(+), 17 deletions(-) diff --git a/src/u