From 38b5015ca3b623918b52d76fa5ff7e364a067de9 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Sun, 28 Aug 2005 19:29:47 +0000 Subject: * Update docs/DBUS-API git-svn-id: file:///home/lennart/svn/public/avahi/trunk@476 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/rr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-core') diff --git a/avahi-core/rr.h b/avahi-core/rr.h index 9fdcb0e..40134bf 100644 --- a/avahi-core/rr.h +++ b/avahi-core/rr.h @@ -78,7 +78,7 @@ typedef struct { * creation. */ typedef struct { int ref; /**< Reference counter */ - AvahiKey *key; /**< Reference to the query key of thsi record */ + AvahiKey *key; /**< Reference to the query key of this record */ uint32_t ttl; /**< DNS TTL of this record */ -- cgit