From d66af491a574de4d5421c995bec5357fc1c04128 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 6 Aug 2006 11:53:01 +0000 Subject: fix a few typos in doxygen comments git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1244 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-glib/glib-watch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-glib/glib-watch.h') diff --git a/avahi-glib/glib-watch.h b/avahi-glib/glib-watch.h index 895a686..0abc291 100644 --- a/avahi-glib/glib-watch.h +++ b/avahi-glib/glib-watch.h @@ -37,7 +37,7 @@ typedef struct AvahiGLibPoll AvahiGLibPoll; /** Create a new GLib main loop adapter attached to the specified context. If context is NULL, the default main loop context is used. You can attach as many AvahiGLibPoll objects to the same context - as you want. priority takes on of GLib's G_PRIORITY constants. */ + as you want. priority takes one of GLib's G_PRIORITY constants. */ AvahiGLibPoll *avahi_glib_poll_new(GMainContext *context, gint priority); /** Free GLib main loop adapter */ -- cgit