diff --git a/ChangeLog b/ChangeLog index e1cfb5e08..6d4e42fdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-26 Tor Lillqvist + + * glib/gspawn.c (g_spawn_async_with_pipes): Fix my typo in doc + comment. (#104467) + 2003-01-24 Daniel Yacob * configure.in: Added am to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e1cfb5e08..6d4e42fdc 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2003-01-26 Tor Lillqvist + + * glib/gspawn.c (g_spawn_async_with_pipes): Fix my typo in doc + comment. (#104467) + 2003-01-24 Daniel Yacob * configure.in: Added am to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index e1cfb5e08..6d4e42fdc 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2003-01-26 Tor Lillqvist + + * glib/gspawn.c (g_spawn_async_with_pipes): Fix my typo in doc + comment. (#104467) + 2003-01-24 Daniel Yacob * configure.in: Added am to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index e1cfb5e08..6d4e42fdc 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2003-01-26 Tor Lillqvist + + * glib/gspawn.c (g_spawn_async_with_pipes): Fix my typo in doc + comment. (#104467) + 2003-01-24 Daniel Yacob * configure.in: Added am to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e1cfb5e08..6d4e42fdc 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2003-01-26 Tor Lillqvist + + * glib/gspawn.c (g_spawn_async_with_pipes): Fix my typo in doc + comment. (#104467) + 2003-01-24 Daniel Yacob * configure.in: Added am to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e1cfb5e08..6d4e42fdc 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2003-01-26 Tor Lillqvist + + * glib/gspawn.c (g_spawn_async_with_pipes): Fix my typo in doc + comment. (#104467) + 2003-01-24 Daniel Yacob * configure.in: Added am to ALL_LINGUAS. diff --git a/glib/gspawn.c b/glib/gspawn.c index 731a6a545..be31eed65 100644 --- a/glib/gspawn.c +++ b/glib/gspawn.c @@ -440,7 +440,7 @@ g_spawn_sync (const gchar *working_directory, * vector elements into a command line, and the C runtime startup code * does a corresponding recostruction of an argument vector from the * command line, to be passed to - * main(). Complications arise when you have + * main(). Complications arise when you have * argument vector elements that contain spaces of double quotes. The * spawn() functions don't do any quoting or * escaping, but on the other hand the startup code does do unquoting