From a8cf20c47ee092da2ed6f75f104e27685764abac Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 21 Feb 2018 17:54:30 +0100 Subject: doc: Typo fixes. -- --- src/estream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/estream.c') diff --git a/src/estream.c b/src/estream.c index dd2b289..dcabd92 100644 --- a/src/estream.c +++ b/src/estream.c @@ -1641,7 +1641,7 @@ func_file_create (void **cookie, int *filedes, * allowed to leave out trailing dashes. If this keyword parameter * is not given the default mode for creating files is "-rw-rw-r--" * (664). Note that the system still applies the current umask to - * the mode when crating a file. Example: + * the mode when creating a file. Example: * * "wb,mode=-rw-r--" * -- cgit v1.2.3