summaryrefslogtreecommitdiffstats
path: root/crypt.c
diff options
context:
space:
mode:
authorEdward Betts <edward@4angle.com>2018-06-01 10:46:34 +0100
committerEdward Betts <edward@4angle.com>2018-06-01 10:46:34 +0100
commit479241fef94fb03e1e4edfbbc06de9cf236e001e (patch)
tree55eb88b4fca63b3d1521da4a9cb7fee4c5548415 /crypt.c
parentb286ea600e1e8aed20727566b39914b5c59c2f68 (diff)
Correct spelling mistakes.
Diffstat (limited to 'crypt.c')
-rw-r--r--crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt.c b/crypt.c
index 90cd0928..11a668b4 100644
--- a/crypt.c
+++ b/crypt.c
@@ -248,7 +248,7 @@ int mutt_protect (HEADER *msg, char *keylist)
/* free tmp_body if messages was signed AND encrypted ... */
if (tmp_smime_pbody != msg->content && tmp_smime_pbody != tmp_pbody)
{
- /* detatch and don't delete msg->content,
+ /* detach and don't delete msg->content,
which tmp_smime_pbody->parts after signing. */
tmp_smime_pbody->parts = tmp_smime_pbody->parts->next;
msg->content->next = NULL;