summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-03 20:40:40 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-03 20:40:40 +0000
commit6c02b38b55f1ead652a63385f4314c9301352951 (patch)
tree680395f9a3668105a0de9ed1f97f01843866b4bb
parente9dcc4ac3b669e76e5ccacae50a850696fc767b9 (diff)
### BACKPORT ###
* small docs typo fix git-svn-id: file:///home/lennart/svn/public/avahi/trunk@679 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-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 ab7acb0..1e69367 100644
--- a/avahi-common/strlst.h
+++ b/avahi-common/strlst.h
@@ -40,7 +40,7 @@ AVAHI_C_DECL_BEGIN
* effectively a prepending to the linked list. This object is used
* primarily for storing DNS TXT record data. */
typedef struct AvahiStringList {
- struct AvahiStringList *next; /**< Pointe to the next linked list element */
+ struct AvahiStringList *next; /**< Pointer to the next linked list element */
size_t size; /**< Size of text[] */
uint8_t text[1]; /**< Character data */
} AvahiStringList;