]> git.meshlink.io Git - catta/blobdiff - avahi-glib/glib-watch.h
fix a few typos in doxygen comments
[catta] / avahi-glib / glib-watch.h
index 895a6866e5028a228851c2b6da254cdc477397ab..0abc291d439e1cb473e60dbdc67d506eb1d5fc71 100644 (file)
@@ -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 */