[glib: 1/3] gspawn: Fix minor typo in documentation
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/3] gspawn: Fix minor typo in documentation
- Date: Thu, 7 Feb 2019 11:13:20 +0000 (UTC)
commit 5cef08977bfd7d1035660fade08e3fd131f5c8f0
Author: Philip Withnall <withnall endlessm com>
Date: Thu Feb 7 10:30:49 2019 +0000
gspawn: Fix minor typo in documentation
Signed-off-by: Philip Withnall <withnall endlessm com>
glib/gspawn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/gspawn.c b/glib/gspawn.c
index 69d3fec10..560b8a954 100644
--- a/glib/gspawn.c
+++ b/glib/gspawn.c
@@ -633,7 +633,7 @@ g_spawn_sync (const gchar *working_directory,
* a command line, and the C runtime startup code does a corresponding
* reconstruction of an argument vector from the command line, to be
* passed to main(). Complications arise when you have argument vector
- * elements that contain spaces of double quotes. The spawn*() functions
+ * elements that contain spaces or double quotes. The spawn*() functions
* don't do any quoting or escaping, but on the other hand the startup
* code does do unquoting and unescaping in order to enable receiving
* arguments with embedded spaces or double quotes. To work around this
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]