From ee0568476506e54349a38d4bb34bba5635097279 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 19 Nov 2015 11:29:33 +0100 Subject: Fix typos found by codespell. -- Signed-off-by: Justus Winter --- src/estream.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/estream.c') diff --git a/src/estream.c b/src/estream.c index 1c3e772..3a89868 100644 --- a/src/estream.c +++ b/src/estream.c @@ -190,7 +190,7 @@ struct _gpgrt_stream_internal gpgrt_cookie_close_function_t func_close; cookie_ioctl_function_t func_ioctl; int strategy; - es_syshd_t syshd; /* A copy of the sytem handle. */ + es_syshd_t syshd; /* A copy of the system handle. */ struct { unsigned int err: 1; @@ -587,7 +587,7 @@ typedef struct estream_cookie_mem supplied buffer with the initial conetnt of the memory buffer. If DATA is NULL, DATA_N and DATA_LEN need to be 0 as well. If DATA is not NULL, DATA_N gives the allocated size of DATA and DATA_LEN the - used length in DATA. If this fucntion succeeds DATA is now owned + used length in DATA. If this function succeeds DATA is now owned by this function. If GROW is false FUNC_REALLOC is not required. */ static int @@ -2965,7 +2965,7 @@ _gpgrt_fopenmem (size_t memlimit, const char *_GPGRT__RESTRICT mode) /* This is the same as es_fopenmem but intializes the memory with a - copy of (DATA,DATALEN). The stream is initally set to the + copy of (DATA,DATALEN). The stream is initially set to the beginning. If MEMLIMIT is not 0 but shorter than DATALEN it DATALEN will be used as the value for MEMLIMIT. */ estream_t -- cgit v1.2.3