X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fstrlst.h;h=8d827d64cc5a6cf992bf7ddea17ab247c2c08aae;hb=7862fd0cb20eed204be336d050dd9c4e72528d62;hp=119e41608292642f626f38958d85c07b4763f71d;hpb=8c4483baa593205c3eaecebe0738d1455025777c;p=catta diff --git a/avahi-common/strlst.h b/avahi-common/strlst.h index 119e416..8d827d6 100644 --- a/avahi-common/strlst.h +++ b/avahi-common/strlst.h @@ -110,7 +110,7 @@ AvahiStringList *avahi_string_list_add_many_va(AvahiStringList *r, va_list va); /** Convert the string list object to a single character string, * seperated by spaces and enclosed in "". avahi_free() the result! This - * function doesn't work well with string that contain NUL bytes. */ + * function doesn't work well with strings that contain NUL bytes. */ char* avahi_string_list_to_string(AvahiStringList *l); /** \cond fulldocs */