summaryrefslogtreecommitdiffstats
path: root/avahi-client
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-06-08 21:17:39 +0200
committerLennart Poettering <lennart@poettering.net>2009-06-08 21:17:39 +0200
commit82ac8d90d5c7e811b1b66bc2c42dd409f875f15e (patch)
tree59da56f7cedfc5cdf82578c69a723f2ad7132649 /avahi-client
parent303aa9180213a2e2434c55d571726190a689981e (diff)
fix minor typos
Diffstat (limited to 'avahi-client')
-rw-r--r--avahi-client/lookup.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/avahi-client/lookup.h b/avahi-client/lookup.h
index 79224a0..bdd469c 100644
--- a/avahi-client/lookup.h
+++ b/avahi-client/lookup.h
@@ -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,