diff options
author | Werner Koch <[email protected]> | 2017-07-05 07:01:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-07-05 07:04:26 +0000 |
commit | d2aa2204cc7fc6b481412ed8ba9f65dfc64c6627 (patch) | |
tree | 55d255f58fec9b203c68728ac6b193be958c723a | |
parent | doc: minor fix for @xref. (diff) | |
download | libgpg-error-d2aa2204cc7fc6b481412ed8ba9f65dfc64c6627.tar.gz libgpg-error-d2aa2204cc7fc6b481412ed8ba9f65dfc64c6627.zip |
doc: Typo fix
--
-rw-r--r-- | src/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |