From b0cc701e2f5acbd6b115549a1dbe9e00051ff867 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Aug 2005 01:47:40 +0000 Subject: small typo fix git-svn-id: file:///home/lennart/svn/public/avahi/trunk@302 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/domain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-common') diff --git a/avahi-common/domain.h b/avahi-common/domain.h index eed7af4..fc9d7fd 100644 --- a/avahi-common/domain.h +++ b/avahi-common/domain.h @@ -43,7 +43,7 @@ char *avahi_get_host_name(void); /** Return 1 when the specified domain names are equal, 0 otherwise */ int avahi_domain_equal(const char *a, const char *b); -/** Do a binary comparison of to specified domain names, returnen -1, 0, or 1, depending on the error. */ +/** Do a binary comparison of to specified domain names, return -1, 0, or 1, depending on the order. */ int avahi_binary_domain_cmp(const char *a, const char *b); /** Read the first label from the textual domain name *name, unescape -- cgit