From 494fd5e509d018a4bf9ad19110d4729222f5122c Mon Sep 17 00:00:00 2001 From: Ronny Haryanto Date: Thu, 16 May 2002 13:02:08 +0000 Subject: [PATCH] Triple-DES, not Tripple-DES. --- compose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.c b/compose.c index 7068fb6a..96ee5dc1 100644 --- 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: -- 2.40.0