X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fstrlst.h;h=1e69367ff730d571ea029a34c495541b96e3c618;hb=69af4f4f5a3718d8ed4ff597daf68de87bbb39f3;hp=ab7acb0926a10766ba43970c04d44607f59d7c9b;hpb=f0ffb789228ab2c719bfc83c659f8ace03c4aaa3;p=catta 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;