]> git.meshlink.io Git - catta/commitdiff
### BACKPORT ###
authorLennart Poettering <lennart@poettering.net>
Mon, 3 Oct 2005 20:40:40 +0000 (20:40 +0000)
committerLennart Poettering <lennart@poettering.net>
Mon, 3 Oct 2005 20:40:40 +0000 (20:40 +0000)
* small docs typo fix

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@679 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-common/strlst.h

index ab7acb0926a10766ba43970c04d44607f59d7c9b..1e69367ff730d571ea029a34c495541b96e3c618 100644 (file)
@@ -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;