From b410265df175ed11948ed81e5385b1770443b221 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 18 Sep 2014 13:02:15 +0200 Subject: doc updates and type fixes. -- --- src/estream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3