From ff84d8d8945f3cb1fd045457282aa98070c9c58b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 18 Jun 2013 10:46:04 +0200 Subject: [PATCH] doc: Fix variable name. -- GnuPG-bug-id: 1507 --- doc/gpgme.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).