summaryrefslogtreecommitdiffstats
path: root/thread.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 /thread.c
parentb286ea600e1e8aed20727566b39914b5c59c2f68 (diff)
Correct spelling mistakes.
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 4c4c7b04..2fb56fd5 100644
--- a/thread.c
+++ b/thread.c
@@ -408,7 +408,7 @@ static LIST *make_subject_list (THREAD *cur, time_t *dateptr)
return (subjects);
}
-/* find the best possible match for a parent mesage based upon subject.
+/* find the best possible match for a parent message based upon subject.
* if there are multiple matches, the one which was sent the latest, but
* before the current message, is used.
*/