summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-06-21 20:07:58 +0200
committerBastien Nocera <hadess@hadess.net>2013-07-01 08:40:40 +0200
commit1891eafd1da6f31e6b8876b2882800a5c2b92148 (patch)
tree98b044be0989c3493b9ffba230c53d3aa37baffc
parentdfbac178bdcbcb042be928dcbeaa87742b511836 (diff)
downloadglib-1891eafd1da6f31e6b8876b2882800a5c2b92148.tar.gz
Fix typo in documentation
s/doucumentation/documentation
-rw-r--r--glib/gspawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gspawn.c b/glib/gspawn.c
index 4178669af..f9baaa381 100644
--- a/glib/gspawn.c
+++ b/glib/gspawn.c
@@ -226,7 +226,7 @@ read_data (GString *str,
* passing %NULL for @standard_output and @standard_error.
*
* If @exit_status is non-%NULL, the platform-specific exit status of
- * the child is stored there; see the doucumentation of
+ * the child is stored there; see the documentation of
* g_spawn_check_exit_status() for how to use and interpret this.
* Note that it is invalid to pass %G_SPAWN_DO_NOT_REAP_CHILD in
* @flags.