summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-01-28 18:16:22 +0100
committerWerner Koch <wk@gnupg.org>2016-01-28 18:16:22 +0100
commit79fe55c36996627a4856e2af280c1bf98f66f170 (patch)
treecd6be772f547daa181949a184b5dd9d525fbe022 /doc
parent2cf2ca7bb9741ac86e8aa92d8f03b1c5f5938897 (diff)
downloadlibgcrypt-79fe55c36996627a4856e2af280c1bf98f66f170.tar.gz
doc: Fix typos in gcry_mpi_ec_new.
-- Reported-by: Hanno Böck <hanno@hboeck.de> Signed-off-by: Werner Koch <wk@gnupg.org>
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 bbaaac62..23b1f790 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -4805,7 +4805,7 @@ newly allocated point object.
@end deftypefun
@anchor{gcry_mpi_ec_new}
-@deftypefun gpg_error_t gcry_mpi_ec_p_new (@w{gpg_ctx_t *@var{r_ctx}}, @
+@deftypefun gpg_error_t gcry_mpi_ec_new (@w{gcry_ctx_t *@var{r_ctx}}, @
@w{gcry_sexp_t @var{keyparam}}, @w{const char *@var{curvename}})
Allocate a new context for elliptic curve operations. If