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/thread-watch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-common/thread-watch.h') diff --git a/avahi-common/thread-watch.h b/avahi-common/thread-watch.h index e603293..92b5dfc 100644 --- a/avahi-common/thread-watch.h +++ b/avahi-common/thread-watch.h @@ -37,7 +37,7 @@ typedef struct AvahiThreadedPoll AvahiThreadedPoll; * AvahiSimplePoll, but will not start the helper thread. \since 0.6.4 */ AvahiThreadedPoll *avahi_threaded_poll_new(void); -/** Free an event loop object. Ths will stop the associated evet loop +/** Free an event loop object. This will stop the associated event loop * thread (if it is running). \since 0.6.4 */ void avahi_threaded_poll_free(AvahiThreadedPoll *p); -- cgit