]> git.meshlink.io Git - catta/commitdiff
fix minor typos
authorLennart Poettering <lennart@poettering.net>
Mon, 8 Jun 2009 19:17:39 +0000 (21:17 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 8 Jun 2009 19:17:39 +0000 (21:17 +0200)
avahi-client/lookup.h
avahi-core/server.c

index 79224a0b3f8d5f232fd55f828221b4fc988aef40..bdd469c85ccc8c7dd11ff27f6342b6a839a04c23 100644 (file)
@@ -190,11 +190,11 @@ typedef void (*AvahiServiceResolverCallback) (
  * resp. AAAA resource record. */
 AvahiServiceResolver * avahi_service_resolver_new(
     AvahiClient *client,
-    AvahiIfIndex interface,   /**< Pass the interface argument you recieved in AvahiServiceBrowserCallback here. */
-    AvahiProtocol protocol,   /**< Pass the protocol argument you recieved in AvahiServiceBrowserCallback here. */
-    const char *name,         /**< Pass the name argument you recieved in AvahiServiceBrowserCallback here. */
-    const char *type,         /**< Pass the type argument you recieved in AvahiServiceBrowserCallback here. */
-    const char *domain,       /**< Pass the domain argument you recieved in AvahiServiceBrowserCallback here. */
+    AvahiIfIndex interface,   /**< Pass the interface argument you received in AvahiServiceBrowserCallback here. */
+    AvahiProtocol protocol,   /**< Pass the protocol argument you received in AvahiServiceBrowserCallback here. */
+    const char *name,         /**< Pass the name argument you received in AvahiServiceBrowserCallback here. */
+    const char *type,         /**< Pass the type argument you received in AvahiServiceBrowserCallback here. */
+    const char *domain,       /**< Pass the domain argument you received in AvahiServiceBrowserCallback here. */
     AvahiProtocol aprotocol,  /**< The desired address family of the service address to resolve. AVAHI_PROTO_UNSPEC if your application can deal with both IPv4 and IPv6 */
     AvahiLookupFlags flags,
     AvahiServiceResolverCallback callback,
index 2bbf57d451f4e1c4c40fc4f68237f4b9e66d9bd3..6efc6779e2afb09d79dd034d20c57eaba3a1c0b9 100644 (file)
@@ -1044,7 +1044,7 @@ static void mcast_socket_event(AvahiWatch *w, int fd, AvahiWatchEvent events, vo
         if (iface != AVAHI_IF_UNSPEC)
             dispatch_packet(s, p, &src, port, &dest, iface, ttl);
         else
-            avahi_log_error("Incoming packet recieved on address that isn't local.");
+            avahi_log_error("Incoming packet received on address that isn't local.");
 
         avahi_dns_packet_free(p);