]> granicus.if.org Git - neomutt/commitdiff
Triple-DES, not Tripple-DES.
authorRonny Haryanto <ronny@haryan.to>
Thu, 16 May 2002 13:02:08 +0000 (13:02 +0000)
committerRonny Haryanto <ronny@haryan.to>
Thu, 16 May 2002 13:02:08 +0000 (13:02 +0000)
compose.c

index 7068fb6a0a173a9f2cf31b8c3f78f84b7859e498..96ee5dc165f7458884714d0834e733a82bcd0bfe 100644 (file)
--- a/compose.c
+++ b/compose.c
@@ -237,7 +237,7 @@ static int smime_send_menu (HEADER *msg, int *redraw)
 
   case 2: /* encrypt (w)ith */
     msg->security |= SMIMEENCRYPT;
-    switch (mutt_multi_choice (_("1: DES, 2: Tripple-DES, 3: RC2-40,"
+    switch (mutt_multi_choice (_("1: DES, 2: Triple-DES, 3: RC2-40,"
                                 " 4: RC2-64, 5: RC2-128, or (f)orget it? "),
                               _("12345f"))) {
     case 1: