+2006-10-01 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/gmain.c: Fix typos in doc comments.
+ (#358421, Tom Tromey)
+
2006-09-30 Matthias Clasen <mclasen@redhat.com>
* glib/pltcheck.sh: A script to check PLT entries.
* <literal>g_spawn...</literal> when the %G_SPAWN_DO_NOT_REAP_CHILD
* flag is used.
*
- * Note that on platforms where #GPid must be explicitely closed
+ * Note that on platforms where #GPid must be explicitly closed
* (see g_spawn_close_pid()) @pid must not be closed while the
* source is still active. Typically, you will want to call
* g_spawn_close_pid() in the callback function for the source.
* Sets a function to be called when the child indicated by @pid exits, at a
* default priority, #G_PRIORITY_DEFAULT.
*
- * Note that on platforms where #GPid must be explicitely closed
+ * Note that on platforms where #GPid must be explicitly closed
* (see g_spawn_close_pid()) @pid must not be closed while the
* source is still active. Typically, you will want to call
* g_spawn_close_pid() in the callback function for the source.
* Sets a function to be called when the child indicated by @pid exits, at a
* default priority, #G_PRIORITY_DEFAULT.
*
- * Note that on platforms where #GPid must be explicitely closed
+ * Note that on platforms where #GPid must be explicitly closed
* (see g_spawn_close_pid()) @pid must not be closed while the
* source is still active. Typically, you will want to call
* g_spawn_close_pid() in the callback function for the source.