diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-08-06 11:53:01 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-08-06 11:53:01 +0000 |
commit | d66af491a574de4d5421c995bec5357fc1c04128 (patch) | |
tree | d4828edcf82a90a0c81356857a7ef2ced2019540 /avahi-glib | |
parent | cfed812fb7b60f1c62a9a9b0619a0b7f11dcda1a (diff) |
fix a few typos in doxygen comments
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1244 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-glib')
-rw-r--r-- | avahi-glib/glib-malloc.h | 2 | ||||
-rw-r--r-- | avahi-glib/glib-watch.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/avahi-glib/glib-malloc.h b/avahi-glib/glib-malloc.h index 5982e08..675ccb5 100644 --- a/avahi-glib/glib-malloc.h +++ b/avahi-glib/glib-malloc.h @@ -32,7 +32,7 @@ AVAHI_C_DECL_BEGIN /** Return a pointer to a memory allocator that uses GLib's g_malloc() - and frinds. Th returned structure is statically allocated, and needs + and friends. The returned structure is statically allocated, and needs not to be copied or freed. Pass this directly to avahi_set_allocator(). */ const AvahiAllocator * avahi_glib_allocator(void); 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 */ |