Improve docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 7 Nov 2007 16:44:21 +0000 (16:44 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 7 Nov 2007 16:44:21 +0000 (16:44 +0000)
svn path=/trunk/; revision=5807

ChangeLog
glib/gspawn.c

index ffee94006899798e4af7a35bddac5f73d434cc63..65d955dc52969201c2b23e6aa13b27898aa7fd7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-07  Matthias Clasen <mclasen@redhat.com>
+
+       * glib/gspawn.c (g_spawn_async_with_pipes): Slightly improve
+       the wording of the docs.  (#492677, Areg Beketovski)
+
 2007-11-07  Matthias Clasen <mclasen@redhat.com>
 
        * glib/pcre/Makefile.am: Add an include to fix builddir != srcdir
index c6b249f5c34a110269ce21dfddc64179924352b5..75eea77adebabe39a85c30032179a799e2c9ac88 100644 (file)
@@ -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