diff options
author | Werner Koch <[email protected]> | 2013-06-18 08:46:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-06-18 08:46:24 +0000 |
commit | ff84d8d8945f3cb1fd045457282aa98070c9c58b (patch) | |
tree | 9e1102e4130aac80a87389b465808fcef7b4b4b1 | |
parent | Add function gpgme_signers_count. (diff) | |
download | gpgme-ff84d8d8945f3cb1fd045457282aa98070c9c58b.tar.gz gpgme-ff84d8d8945f3cb1fd045457282aa98070c9c58b.zip |
doc: Fix variable name.
--
GnuPG-bug-id: 1507
-rw-r--r-- | doc/gpgme.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 1a193706..08e2f0f0 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -4993,7 +4993,7 @@ ciphertext created is determined by the @acronym{ASCII} armor (or, if that is not set, by the encoding specified for @var{cipher}) and the text mode attributes set for the context @var{ctx}. -@var{key} must be a @code{NULL}-terminated array of keys. The user +@var{recp} must be a @code{NULL}-terminated array of keys. The user must keep references for all keys during the whole duration of the call (but see @code{gpgme_op_encrypt_start} for the requirements with the asynchronous variant). |