From 0fa82e3aca0b80504e50016d1661bdcb4b429360 Mon Sep 17 00:00:00 2001 From: Ted Percival Date: Fri, 28 Sep 2007 16:34:49 +0000 Subject: Copyediting / spelling / grammar git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1547 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/watch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'avahi-common/watch.h') diff --git a/avahi-common/watch.h b/avahi-common/watch.h index 80ed888..31adad7 100644 --- a/avahi-common/watch.h +++ b/avahi-common/watch.h @@ -55,7 +55,7 @@ typedef void (*AvahiWatchCallback)(AvahiWatch *w, int fd, AvahiWatchEvent event, typedef void (*AvahiTimeoutCallback)(AvahiTimeout *t, void *userdata); /** Defines an abstracted event polling API. This may be used to - connect Avahi to other main loops. This is losely based on Unix + connect Avahi to other main loops. This is loosely based on Unix poll(2). A consumer will call watch_new() for all file descriptors it wants to listen for events on. In addition he can call timeout_new() to define time based events .*/ @@ -86,7 +86,7 @@ struct AvahiPoll { AvahiTimeout* (*timeout_new)(const AvahiPoll *api, const struct timeval *tv, AvahiTimeoutCallback callback, void *userdata); /** Update the absolute expiration time for a timeout, If tv is - * null, the timeout is disabled. It is safe to call this function from an AvahiTimeoutCallback */ + * NULL, the timeout is disabled. It is safe to call this function from an AvahiTimeoutCallback */ void (*timeout_update)(AvahiTimeout *, const struct timeval *tv); /** Free a timeout. It is safe to call this function from an AvahiTimeoutCallback */ -- cgit