From 126d98216a83e4c6b817fb77466cbc19b62bf7b4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 7 Nov 2007 16:44:21 +0000 Subject: [PATCH] Improve docs svn path=/trunk/; revision=5807 --- ChangeLog | 5 +++++ glib/gspawn.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ffee9400..65d955dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-07 Matthias Clasen + + * glib/gspawn.c (g_spawn_async_with_pipes): Slightly improve + the wording of the docs. (#492677, Areg Beketovski) + 2007-11-07 Matthias Clasen * glib/pcre/Makefile.am: Add an include to fix builddir != srcdir diff --git a/glib/gspawn.c b/glib/gspawn.c index c6b249f5..75eea77a 100644 --- a/glib/gspawn.c +++ b/glib/gspawn.c @@ -448,7 +448,7 @@ g_spawn_sync (const gchar *working_directory, * On Windows, note that all the string or string vector arguments to * this function and the other g_spawn*() functions are in UTF-8, the * GLib file name encoding. Unicode characters that are not part of - * the system codepage passed in argument vectors will be correctly + * the system codepage passed in these arguments will be correctly * available in the spawned program only if it uses wide character API * to retrieve its command line. For C programs built with Microsoft's * tools it is enough to make the program have a wmain() instead of -- 2.34.1