diff options
Diffstat (limited to 'common/exectool.c')
-rw-r--r-- | common/exectool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/exectool.c b/common/exectool.c index c9e00205a..3458de4a7 100644 --- a/common/exectool.c +++ b/common/exectool.c @@ -430,7 +430,7 @@ gnupg_exec_tool_stream (const char *pgmname, const char *argv[], /* Now read as long as we have something to poll. We continue reading even after EOF or error on stdout so that we get the - other error messages or remaining outut. */ + other error messages or remaining output. */ while (! (fds[1].ignore && fds[2].ignore)) { count = es_poll (fds, DIM(fds), -1); |