[gmime] s/cryptotext/ciphertext/g
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] s/cryptotext/ciphertext/g
- Date: Sun, 28 Nov 2010 23:34:12 +0000 (UTC)
commit a0f9d3dccc6bef95ffcf1e7d8d28a4099ae22236
Author: Jeffrey Stedfast <fejj gnome org>
Date: Sun Nov 28 18:33:57 2010 -0500
s/cryptotext/ciphertext/g
gmime/gmime-crypto-context.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gmime/gmime-crypto-context.c b/gmime/gmime-crypto-context.c
index 6cead6f..e2f7223 100644
--- a/gmime/gmime-crypto-context.c
+++ b/gmime/gmime-crypto-context.c
@@ -312,11 +312,11 @@ crypto_encrypt (GMimeCryptoContext *ctx, gboolean sign, const char *userid, GMim
* @hash: digest algorithm to use when signing
* @recipients: an array of recipient key ids and/or email addresses
* @istream: cleartext input stream
- * @ostream: cryptotext output stream
+ * @ostream: ciphertext output stream
* @err: a #GError
*
* Encrypts (and optionally signs) the cleartext input stream and
- * writes the resulting cryptotext to the output stream.
+ * writes the resulting ciphertext to the output stream.
*
* Returns: %0 on success or %-1 on fail.
**/
@@ -346,11 +346,11 @@ crypto_decrypt (GMimeCryptoContext *ctx, GMimeStream *istream,
/**
* g_mime_crypto_context_decrypt:
* @ctx: a #GMimeCryptoContext
- * @istream: input/cryptotext stream
+ * @istream: input/ciphertext stream
* @ostream: output/cleartext stream
* @err: a #GError
*
- * Decrypts the cryptotext input stream and writes the resulting
+ * Decrypts the ciphertext input stream and writes the resulting
* cleartext to the output stream.
*
* If the encrypted input stream was also signed, the returned
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]