diff --git a/ChangeLog b/ChangeLog index 9fcb3c929..e7eb9b1f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-11 Matthias Clasen + + * glib/gspawn.c (g_spawn_async): Fix a doc typo. (#427285, + Jochen Baier) + 2007-04-11 Emmanuele Bassi * glib/ghash.[ch]: Add g_hash_table_get_keys() and diff --git a/glib/gspawn.c b/glib/gspawn.c index 34ab02f3d..0420097a2 100644 --- a/glib/gspawn.c +++ b/glib/gspawn.c @@ -89,7 +89,7 @@ g_spawn_error_quark (void) * If you are writing a GTK+ application, and the program you * are spawning is a graphical application, too, then you may * want to use gdk_spawn_on_screen() instead to ensure that - * the spawned program opens its windows no the right screen. + * the spawned program opens its windows on the right screen. * * * Return value: %TRUE on success, %FALSE if error is set