summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJustus Winter <justus@g10code.com>2015-12-02 12:49:59 +0100
committerJustus Winter <justus@g10code.com>2015-12-07 13:02:05 +0100
commitb384f1a10cbf806cc889f5929b489a6c9efc0bd1 (patch)
tree309a2410cf2a759868e259e7cac57f9859b46f9b /doc
parentb9c02fbeb7efb7d0593b33485fb30c298291cf80 (diff)
downloadlibgcrypt-b384f1a10cbf806cc889f5929b489a6c9efc0bd1.tar.gz
doc: Fix typo.
-- Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/gcrypt.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index cdb76445..f60be775 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -4180,7 +4180,7 @@ logging stream.
@noindent
Often canonical encoding is used in the external representation. The
following function can be used to check for valid encoding and to learn
-the length of the S-expression"
+the length of the S-expression.
@deftypefun size_t gcry_sexp_canon_len (@w{const unsigned char *@var{buffer}}, @w{size_t @var{length}}, @w{size_t *@var{erroff}}, @w{int *@var{errcode}})