]> git.meshlink.io Git - catta/blobdiff - avahi-core/iface.c
* Add avahi-client examples to doxygen
[catta] / avahi-core / iface.c
index 3d90657950679d5f6dab86cc6a26f730ece901d4..f5373e6392add43ab6a34073e58e8b97a4edf0f2 100644 (file)
@@ -32,6 +32,7 @@
 #include <net/if.h>
 #include <stdio.h>
 
+#include <avahi-common/error.h>
 #include <avahi-common/malloc.h>
 
 #include "iface.h"
@@ -507,7 +508,7 @@ static void netlink_callback(AvahiNetlink *nl, struct nlmsghdr *n, void* userdat
                 m->list = LIST_ADDR;
         } else {
             m->list = LIST_DONE;
-            avahi_log_debug("Networ interface enumeration completed");
+            avahi_log_debug("Network interface enumeration completed");
         }
         
     } else if (n->nlmsg_type == NLMSG_ERROR && (n->nlmsg_seq == m->query_link_seq || n->nlmsg_seq == m->query_addr_seq)) {