summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-12-19 09:11:08 +0100
committerWerner Koch <wk@gnupg.org>2015-01-05 16:56:57 +0100
commit943ce27e6a13057c988c35c913dc6a3f56149591 (patch)
tree87e19bf00aebf131f9032e82e4dc908e7777b31e
parentd7c7453cf5e6b8f3c6b522a30e680f844a28c9de (diff)
downloadlibgcrypt-943ce27e6a13057c988c35c913dc6a3f56149591.tar.gz
doc: typo fix
-- GnuPG-bug-id: 1589
-rw-r--r--doc/gcrypt.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index 108d53a8..be5f8053 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -3414,7 +3414,7 @@ hashed can be written to files on request.
@deftypefun void gcry_md_debug (gcry_md_hd_t @var{h}, const char *@var{suffix})
Enable debugging for the digest object with handle @var{h}. This
-creates create files named @file{dbgmd-<n>.<string>} while doing the
+creates files named @file{dbgmd-<n>.<string>} while doing the
actual hashing. @var{suffix} is the string part in the filename. The
number is a counter incremented for each new hashing. The data in the
file is the raw data as passed to @code{gcry_md_write} or