aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-09-18 11:02:15 +0000
committerWerner Koch <[email protected]>2014-09-18 11:02:15 +0000
commitb410265df175ed11948ed81e5385b1770443b221 (patch)
tree598382c49703bf471bbea0f620b558f93f82918b /src
parentAdd new lock-obj-pub for Apple iOS. (diff)
downloadlibgpg-error-b410265df175ed11948ed81e5385b1770443b221.tar.gz
libgpg-error-b410265df175ed11948ed81e5385b1770443b221.zip
doc updates and type fixes.
--
Diffstat (limited to 'src')
-rw-r--r--src/estream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/estream.c b/src/estream.c
index 1bff535..46be363 100644
--- a/src/estream.c
+++ b/src/estream.c
@@ -1749,7 +1749,7 @@ init_stream_obj (estream_t stream,
reading mode. This is required in case we are working on a
stream which is not seeekable (like stdout). Without this
pre-initialization we would do a seek at the first write call and
- as this will fail no utput will be delivered. */
+ as this will fail no output will be delivered. */
if ((modeflags & O_WRONLY) || (modeflags & O_RDWR) )
stream->flags.writing = 1;
else