From 1891eafd1da6f31e6b8876b2882800a5c2b92148 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 21 Jun 2013 20:07:58 +0200 Subject: [PATCH] Fix typo in documentation s/doucumentation/documentation --- glib/gspawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.4.GIT