aboutsummaryrefslogtreecommitdiffstats
path: root/src/estream.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-02-21 16:54:30 +0000
committerWerner Koch <[email protected]>2018-02-21 16:54:30 +0000
commita8cf20c47ee092da2ed6f75f104e27685764abac (patch)
treea840f9ae603844975be1099dcd6dd66f83fe0d03 /src/estream.c
parentbuild: let autogen.sh set a git PATCH prefix (diff)
downloadlibgpg-error-a8cf20c47ee092da2ed6f75f104e27685764abac.tar.gz
libgpg-error-a8cf20c47ee092da2ed6f75f104e27685764abac.zip
doc: Typo fixes.
--
Diffstat (limited to 'src/estream.c')
-rw-r--r--src/estream.c2
1 files changed, 1 insertions, 1 deletions
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--"
*