diff options
author | Werner Koch <[email protected]> | 2011-01-07 12:53:26 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-01-07 13:00:54 +0000 |
commit | 3a7058cade6caec7ec38ca4b2a8c1826e6df6bb1 (patch) | |
tree | f2f049757909a180d8dbeabe516a2ea3f4199b4c | |
parent | Typo fixes. Spotted by Daiki Ueno. (diff) | |
download | gpgme-3a7058cade6caec7ec38ca4b2a8c1826e6df6bb1.tar.gz gpgme-3a7058cade6caec7ec38ca4b2a8c1826e6df6bb1.zip |
Typo fixes spotted by Daiki Ueno.
-rw-r--r-- | doc/gpgme.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index d8891ea8..c9bb708f 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2839,7 +2839,7 @@ The function returns the error code @code{GPG_ERR_INV_VALUE} if @end deftypefun @deftypefun gpgme_error_t gpgme_op_keylist_end (@w{gpgme_ctx_t @var{ctx}}) -The function @code{gpgme_op_keylist_next} ends a pending key list +The function @code{gpgme_op_keylist_end} ends a pending key list operation in the context @var{ctx}. After the operation completed successfully, the result of the key @@ -3914,7 +3914,7 @@ there is not enough memory for the operation. @end deftypefun @deftypefun gpgme_error_t gpgme_op_trustlist_end (@w{gpgme_ctx_t @var{ctx}}) -The function @code{gpgme_op_trustlist_next} ends a pending key list +The function @code{gpgme_op_trustlist_end} ends a pending trust list operation in the context @var{ctx}. The function returns the error code @code{GPG_ERR_INV_VALUE} if |