From 528094002f34b6827604d4a084f7c181197a2cec Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 25 May 2008 19:57:56 +0000 Subject: [PATCH] Fix a typo in the docs svn path=/trunk/; revision=6930 --- ChangeLog | 4 ++++ glib/gspawn.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9ae87cf9..be5a8920 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-25 Matthias Clasen + + * glib/gspawn.c: Fix a typo in the docs + 2008-05-25 Tor Lillqvist Bug 534319 - GLib's .pc files could use Libs.private diff --git a/glib/gspawn.c b/glib/gspawn.c index 9fc3ac87..16d26929 100644 --- a/glib/gspawn.c +++ b/glib/gspawn.c @@ -583,7 +583,7 @@ g_spawn_sync (const gchar *working_directory, * 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_with_pipes() 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 an error was set -- 2.34.1