[seahorse] Fixed wrong variable names in comments



commit 511277254fbb1ab0bcb6fb9867e7404558f0225e
Author: Pablo Castellano <pablog src gnome org>
Date:   Tue Feb 16 18:13:49 2010 +0100

    Fixed wrong variable names in comments
    
    Thanks to nobled for reporting:
    https://bugzilla.gnome.org/show_bug.cgi?id=605326

 pgp/seahorse-gpgme-key-op.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pgp/seahorse-gpgme-key-op.h b/pgp/seahorse-gpgme-key-op.h
index be4daea..ad83f9b 100644
--- a/pgp/seahorse-gpgme-key-op.h
+++ b/pgp/seahorse-gpgme-key-op.h
@@ -57,10 +57,10 @@ typedef enum {
 	 */
 	ELGAMAL = 4,
 	/* RSA key, sign only. Can be a subkey or a primary key.
-	 * See #RSA_MIN and #RSA_MAX.
+	 * See #RSA_MIN and #LENGTH_MAX.
 	 */
 	RSA_SIGN = 5,
-	/* RSA subkey, encrypt only. See #RSA_MIN and #RSA_MAX.
+	/* RSA subkey, encrypt only. See #RSA_MIN and #LENGTH_MAX.
 	 * Only used in seahorse_ops_key_add_subkey().
 	 */
 	RSA_ENCRYPT = 6,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]