diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-08-12 01:47:40 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-08-12 01:47:40 +0000 |
commit | b0cc701e2f5acbd6b115549a1dbe9e00051ff867 (patch) | |
tree | 91288300a99de4c8d7c6665aa9750351b4fd7e58 | |
parent | 33f474169daae72b9aa4c5ede260663207b2e4a3 (diff) |
small typo fix
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@302 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r-- | avahi-common/domain.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |