diff options
-rw-r--r-- | src/estream.c | 2 | ||||
-rw-r--r-- | src/init.c | 2 |
2 files changed, 2 insertions, 2 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--" * @@ -228,7 +228,7 @@ _gpgrt_strdup (const char *string) } -/* Helper for _gpgrt_stdconcat and gpgrt_strconcat. */ +/* Helper for _gpgrt_strconcat and gpgrt_strconcat. */ char * _gpgrt_strconcat_core (const char *s1, va_list arg_ptr) { |