summaryrefslogtreecommitdiff
path: root/glib/ghook.h
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-02-06 19:57:14 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-02-06 19:57:14 +0000
commit7802271bf026627f983c5b95714a67cc1a700860 (patch)
treed6d76d2046ae0decb694e6bb32e75ca59b6d6a4b /glib/ghook.h
parent5d48d565e3fc10a29091e66991b6bed85577f0e7 (diff)
downloadglib-7802271bf026627f983c5b95714a67cc1a700860.tar.gz
Fix a bunch of typos in header comments. (#102422, Morten Welinder)
2003-02-06 Matthias Clasen <maclas@gmx.de> * glib/gmessages.h: * glib/gmem.h: * glib/ghash.h: * glib/gasyncqueue.h: * glib/garray.h: * glib/ghook.h: * glib/gtypes.h: Fix a bunch of typos in header comments. (#102422, Morten Welinder)
Diffstat (limited to 'glib/ghook.h')
-rw-r--r--glib/ghook.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/ghook.h b/glib/ghook.h
index 1eb52e02b..422284c07 100644
--- a/glib/ghook.h
+++ b/glib/ghook.h
@@ -98,7 +98,7 @@ struct _GHook
/* --- prototypes --- */
-/* callback mainenance functions */
+/* callback maintenance functions */
void g_hook_list_init (GHookList *hook_list,
guint hook_size);
void g_hook_list_clear (GHookList *hook_list);