From 3080ebdaa87ba1e034e17625f46d9c15efd26660 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 1 Oct 2006 05:35:29 +0000 Subject: [PATCH] Fix typos in doc comments. (#358421, Tom Tromey) 2006-10-01 Matthias Clasen * glib/gmain.c: Fix typos in doc comments. (#358421, Tom Tromey) --- ChangeLog | 5 +++++ glib/gmain.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4dd6fe1cc..680f836b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-01 Matthias Clasen + + * glib/gmain.c: Fix typos in doc comments. + (#358421, Tom Tromey) + 2006-09-30 Matthias Clasen * glib/pltcheck.sh: A script to check PLT entries. diff --git a/glib/gmain.c b/glib/gmain.c index 5b3359ad9..547ab20ff 100644 --- a/glib/gmain.c +++ b/glib/gmain.c @@ -3931,7 +3931,7 @@ g_child_watch_source_init (void) * g_spawn... 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.