summaryrefslogtreecommitdiffstats
path: root/compose.c
diff options
context:
space:
mode:
authorRonny Haryanto <ronny@haryan.to>2002-05-16 13:02:08 +0000
committerRonny Haryanto <ronny@haryan.to>2002-05-16 13:02:08 +0000
commit494fd5e509d018a4bf9ad19110d4729222f5122c (patch)
tree1ead756205e2e30bc13ecfed89f94659e7de2ab8 /compose.c
parent3f1a78b58564639c9602f846d9aa2ee23f7a2cff (diff)
Triple-DES, not Tripple-DES.
Diffstat (limited to 'compose.c')
-rw-r--r--compose.c2
1 files changed, 1 insertions, 1 deletions
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: