fixed a comment
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Thu, 23 Jul 2015 20:08:16 +0000 (16:08 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 7 Dec 2015 18:28:40 +0000 (13:28 -0500)
edward

diff --git a/edward b/edward
index b014d91261ce1c4d99266b7b7d16c75ffdce4a67..3dceda9f7076bf3d11070311903b69acd28a24b7 100755 (executable)
--- a/edward
+++ b/edward
@@ -634,7 +634,7 @@ def generate_encrypted_mime (plaintext, email_from, email_subject, encrypt_to_ke
                     gpgme_ctx):
 
     # quoted printable encoding lets most ascii characters look normal
-    # before the decrypted mime message is decoded.
+    # before the mime message is decoded.
     char_set = email.charset.Charset("utf-8")
     char_set.body_encoding = email.charset.QP