Fix typo in documentation
authorBastien Nocera <hadess@hadess.net>
Fri, 21 Jun 2013 18:07:58 +0000 (20:07 +0200)
committerBastien Nocera <hadess@hadess.net>
Mon, 1 Jul 2013 06:40:40 +0000 (08:40 +0200)
s/doucumentation/documentation

glib/gspawn.c

index 4178669..f9baaa3 100644 (file)
@@ -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.