Fix a typo in spawn.c

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2017-08-12 16:10:45 +02:00 committed by Daniel Hahler
parent cdaf0dd294
commit 2b6350009e
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ child_exit_callback(GPid pid, gint status, gpointer user_data)
* @treturn[1] integer stdin, if `stdin` is true.
* @treturn[1] integer stdout, if `stdout` is true.
* @treturn[1] integer stderr, if `stderr` is true.
* @treturn[2] string An error string if an error occured.
* @treturn[2] string An error string if an error occurred.
* @function spawn
*/
int