From d372ec1b0435492713b7f33f5dd98dba12acadd4 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 10 Nov 2014 19:39:14 +0100 Subject: Fix typo Signed-off-by: Giuseppe Scrivano --- src/gsystem-subprocess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gsystem-subprocess.c b/src/gsystem-subprocess.c index 0248072..c14daf4 100644 --- a/src/gsystem-subprocess.c +++ b/src/gsystem-subprocess.c @@ -894,7 +894,7 @@ gs_subprocess_new_simple_argl (GSSubprocessStreamDisposition stdout_disposition, * gs_subprocess_new_simple_argv: * @argv: (array zero-terminated=1) (element-type utf8): Argument array * @stdout_disposition: Where to redirect stdout - * @stderr_disposition: Where to redirect stdout + * @stderr_disposition: Where to redirect stderr * @error: a #GError * * Create a new subprocess using the provided argument array and -- cgit v1.2.1