Fix a doc typo. (#427285, Jochen Baier)
authorMatthias Clasen <mclasen@redhat.com>
Wed, 11 Apr 2007 13:54:45 +0000 (13:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 11 Apr 2007 13:54:45 +0000 (13:54 +0000)
2007-04-11  Matthias Clasen  <mclasen@redhat.com>

        * glib/gspawn.c (g_spawn_async): Fix a doc typo.  (#427285,
        Jochen Baier)

svn path=/trunk/; revision=5446

ChangeLog
glib/gspawn.c

index 9fcb3c9..e7eb9b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gspawn.c (g_spawn_async): Fix a doc typo.  (#427285, 
+       Jochen Baier)
+
 2007-04-11  Emmanuele Bassi  <ebassi@gnome.org>
 
        * glib/ghash.[ch]: Add g_hash_table_get_keys() and
index 34ab02f..0420097 100644 (file)
@@ -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.
  * </para></note>
  *
  * Return value: %TRUE on success, %FALSE if error is set