summaryrefslogtreecommitdiffstats
path: root/avahi-common/strlst.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-25 00:43:57 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-25 00:43:57 +0000
commitff4a54d9cda0146974fab1d4f8da52e26d252eed (patch)
tree9971995a840112230caa3b581e2c126937ec1ff7 /avahi-common/strlst.h
parent41f4062e34d1e13c2d93d971334efbad060b6df0 (diff)
* doxygen updates
* reply to probe queries immediately git-svn-id: file:///home/lennart/svn/public/avahi/trunk@147 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common/strlst.h')
-rw-r--r--avahi-common/strlst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-common/strlst.h b/avahi-common/strlst.h
index 4fde8eb..13a6b2a 100644
--- a/avahi-common/strlst.h
+++ b/avahi-common/strlst.h
@@ -25,7 +25,7 @@
#include <glib.h>
/** Linked list of strings that can contain any number of binary
- * characters, include NUL bytes. An empty list is created by
+ * characters, including NUL bytes. An empty list is created by
* assigning a NULL to a pointer to AvahiStringList. The string list
* is stored in reverse order, so that appending to the string list is
* effectively a prepending to the linked list. This object is used