Fix typos in doc comments. (#358421, Tom Tromey)

2006-10-01  Matthias Clasen  <mclasen@redhat.com>

	* glib/gmain.c: Fix typos in doc comments.
	(#358421, Tom Tromey)
This commit is contained in:
Matthias Clasen 2006-10-01 05:35:29 +00:00 committed by Matthias Clasen
parent 48876d7fb5
commit 3080ebdaa8
2 changed files with 8 additions and 3 deletions

View File

@ -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.

View 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.