summaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-23 14:07:04 +0200
committerOndřej Bílka <neleai@seznam.cz>2013-07-23 14:07:04 +0200
commitfd1b65cbb2a0d6c1b52b30e3b9010ead734c0cc1 (patch)
tree03c14f393279ccbd185179cc38522126fb1725ab /thread.c
parent3e4064102fde1d92c501a19174b9a250dd99408c (diff)
fix typos in comments
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index d69ac883..de1d16ba 100644
--- a/thread.c
+++ b/thread.c
@@ -1367,7 +1367,7 @@ static void clean_references (THREAD *brk, THREAD *cur)
/* Looking for the first bad reference according to the new threading.
* Optimal since Mutt stores the references in reverse order, and the
- * first loop should match immediatly for mails respecting RFC2822. */
+ * first loop should match immediately for mails respecting RFC2822. */
for (p = brk; !done && p; p = p->parent)
for (ref = cur->message->env->references; p->message && ref; ref = ref->next)
if (!mutt_strcasecmp (ref->data, p->message->env->message_id))