Fix typos in doc comments. (#358421, Tom Tromey)
authorMatthias Clasen <mclasen@redhat.com>
Sun, 1 Oct 2006 05:35:29 +0000 (05:35 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 1 Oct 2006 05:35:29 +0000 (05:35 +0000)
2006-10-01  Matthias Clasen  <mclasen@redhat.com>

* glib/gmain.c: Fix typos in doc comments.
(#358421, Tom Tromey)

ChangeLog
glib/gmain.c

index 4dd6fe1cc0eacd809fa96f64c0f91c5dc356ad54..680f836b6424bac5e0eb0a0843961d0326a95214 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 5b3359ad9b5c2aa82dd64f2113af6887b1b87779..547ab20ffd1e4376cc3898561b01fc0658518f17 100644 (file)
@@ -3931,7 +3931,7 @@ g_child_watch_source_init (void)
  * <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.
@@ -3977,7 +3977,7 @@ g_child_watch_source_new (GPid pid)
  * 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.
@@ -4021,7 +4021,7 @@ g_child_watch_add_full (gint            priority,
  * 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.