2003-05-04 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Sun, 4 May 2003 14:57:24 +0000 (14:57 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Sun, 4 May 2003 14:57:24 +0000 (14:57 +0000)
* gpgme.texi (Importing Keys): Fix cut and paste error.

doc/ChangeLog
doc/gpgme.texi

index fe3c608fda51e0e531899c74f9bd3065aed1b245..54fb7f8b47cf3328eb955205e04647aa06d9c75d 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-04  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Importing Keys): Fix cut and paste error.
+
 2003-04-30  Marcus Brinkmann  <marcus@g10code.de>
 
        * gpgme.texi (Encrypting a Plaintext): Remove reference to
index 19bc0fbfd9710de1d216b34aefe0d3301f1e6518..8782f4dec342014a9543b3e6c04a59de8007ec4b 100644 (file)
@@ -2696,7 +2696,7 @@ started successfully, @code{GPGME_Invalid_Value} if @var{keydata} if
 
 @deftp {Data type} {GpgmeImportStatus}
 This is a pointer to a structure used to store a part of the result of
-a @code{gpgme_op_genkey} operation.  For each considered key one
+a @code{gpgme_op_import} operation.  For each considered key one
 status is added that contains information about the result of the
 import.  The structure contains the following members:
 
@@ -2738,7 +2738,7 @@ The key contained a secret key.
 
 @deftp {Data type} {GpgmeImportResult}
 This is a pointer to a structure used to store the result of a
-@code{gpgme_op_genkey} operation.  After a successful import
+@code{gpgme_op_import} operation.  After a successful import
 operation, you can retrieve the pointer to the result with
 @code{gpgme_op_import_result}.  The structure contains the following
 members: