summaryrefslogtreecommitdiffstats
path: root/mh.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 /mh.c
parentb286ea600e1e8aed20727566b39914b5c59c2f68 (diff)
Correct spelling mistakes.
Diffstat (limited to 'mh.c')
-rw-r--r--mh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mh.c b/mh.c
index 2618fe12..4d616e0a 100644
--- a/mh.c
+++ b/mh.c
@@ -265,7 +265,7 @@ static int mh_already_notified(BUFFY *b, int msgno)
}
/* Checks new mail for a mh mailbox.
- * check_stats: if true, also count total, new, and flagged mesages.
+ * check_stats: if true, also count total, new, and flagged messages.
* Returns 1 if the mailbox has new mail.
*/
int mh_buffy (BUFFY *mailbox, int check_stats)
@@ -1394,7 +1394,7 @@ static void maildir_flags (char *dest, size_t destlen, HEADER * hdr)
/*
* The maildir specification requires that all files in the cur
- * subdirectory have the :unique string appeneded, regardless of whether
+ * subdirectory have the :unique string appended, regardless of whether
* or not there are any flags. If .old is set, we know that this message
* will end up in the cur directory, so we include it in the following
* test even though there is no associated flag.