[glib] Fix typo in documentation



commit 1891eafd1da6f31e6b8876b2882800a5c2b92148
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jun 21 20:07:58 2013 +0200

    Fix typo in documentation
    
    s/doucumentation/documentation

 glib/gspawn.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gspawn.c b/glib/gspawn.c
index 4178669..f9baaa3 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]