diff options
author | Ted Percival <ted@tedp.net> | 2007-09-28 16:34:49 +0000 |
---|---|---|
committer | Ted Percival <ted@tedp.net> | 2007-09-28 16:34:49 +0000 |
commit | 0fa82e3aca0b80504e50016d1661bdcb4b429360 (patch) | |
tree | 856f114ade0be749362ad821882001740f40091a /avahi-common/strlst.h | |
parent | 038aaab598d4e30eda89b47adefa2af01cd89666 (diff) |
Copyediting / spelling / grammar
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1547 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common/strlst.h')
-rw-r--r-- | avahi-common/strlst.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |