]> git.meshlink.io Git - catta/blobdiff - avahi-common/strlst.h
Fix a few typos in the man pages
[catta] / avahi-common / strlst.h
index 119e41608292642f626f38958d85c07b4763f71d..8d827d64cc5a6cf992bf7ddea17ab247c2c08aae 100644 (file)
@@ -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 */