summaryrefslogtreecommitdiff
path: root/src/init.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-07-05 09:01:59 +0200
committerWerner Koch <wk@gnupg.org>2017-07-05 09:04:26 +0200
commitd2aa2204cc7fc6b481412ed8ba9f65dfc64c6627 (patch)
tree55d255f58fec9b203c68728ac6b193be958c723a /src/init.c
parent187e2ad24fb92210587beb779a1cc746821a169c (diff)
downloadlibgpg-error-d2aa2204cc7fc6b481412ed8ba9f65dfc64c6627.tar.gz
doc: Typo fix
--
Diffstat (limited to 'src/init.c')
-rw-r--r--src/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.c b/src/init.c
index a1ee505..b01e089 100644
--- a/src/init.c
+++ b/src/init.c
@@ -214,7 +214,7 @@ _gpg_err_set_errno (int err)
-/* Internal tracing functions. Except for TARCE_FP we use flockfile
+/* Internal tracing functions. Except for TRACE_FP we use flockfile
* and funlockfile to protect their use. */
static FILE *trace_fp;
static int trace_save_errno;