Typo fixes spotted by Daiki Ueno.
authorWerner Koch <wk@gnupg.org>
Fri, 7 Jan 2011 12:53:26 +0000 (13:53 +0100)
committerWerner Koch <wk@gnupg.org>
Fri, 7 Jan 2011 13:00:54 +0000 (14:00 +0100)
doc/gpgme.texi

index d8891ea80cded22e5c1a861d0ab9c0cd3adc5f99..c9bb708f7875c7eb6731043076b450cd9ba9c441 100644 (file)
@@ -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