[gmime] Fixed typo
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] Fixed typo
- Date: Fri, 15 Apr 2011 02:39:06 +0000 (UTC)
commit 71e6f56e736a90b4967c7dd45a0598ff8fd7050a
Author: Jeffrey Stedfast <fejj gnome org>
Date: Thu Apr 14 22:38:52 2011 -0400
Fixed typo
gmime/gmime-crypto-context.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gmime/gmime-crypto-context.h b/gmime/gmime-crypto-context.h
index eb88f4f..558aedf 100644
--- a/gmime/gmime-crypto-context.h
+++ b/gmime/gmime-crypto-context.h
@@ -169,7 +169,7 @@ int g_mime_crypto_context_export_keys (GMimeCryptoContext *ctx, GPtrArray *keys,
* @GMIME_CIPHER_ALGO_AES256: The AES-256 cipher.
* @GMIME_CIPHER_ALGO_TWOFISH: The Twofish cipher.
* @GMIME_CIPHER_ALGO_CAMELLIA128: The Camellia-128 cipher.
- * @GMIME_CIPHER_ALGO_CAMELLIA196: The Camellia-196 cipher.
+ * @GMIME_CIPHER_ALGO_CAMELLIA192: The Camellia-192 cipher.
* @GMIME_CIPHER_ALGO_CAMELLIA256: The Camellia-256 cipher.
*
* A cipher algorithm.
@@ -185,7 +185,7 @@ typedef enum {
GMIME_CIPHER_ALGO_AES256 = 9,
GMIME_CIPHER_ALGO_TWOFISH = 10,
GMIME_CIPHER_ALGO_CAMELLIA128 = 11,
- GMIME_CIPHER_ALGO_CAMELLIA196 = 12,
+ GMIME_CIPHER_ALGO_CAMELLIA192 = 12,
GMIME_CIPHER_ALGO_CAMELLIA256 = 13
} GMimeCipherAlgo;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]