summaryrefslogtreecommitdiffstats
path: root/imap
diff options
context:
space:
mode:
authorVincent Lefevre <vincent@vinc17.net>2015-01-26 13:07:25 +0100
committerVincent Lefevre <vincent@vinc17.net>2015-01-26 13:07:25 +0100
commitcbcd650ef8829bd54d6a3aa91ff5dfe97a1db5d0 (patch)
tree88b48a7c525bef13e2de9c2fce3ed31cb4d80722 /imap
parent1e63e245a45da26464158c23d9ee8fc513ae64f6 (diff)
Corrected various spelling mistakes (most of them reported by codespell).
Diffstat (limited to 'imap')
-rw-r--r--imap/message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/message.c b/imap/message.c
index 38da127f..5cfbb1fe 100644
--- a/imap/message.c
+++ b/imap/message.c
@@ -547,7 +547,7 @@ int imap_fetch_message (MESSAGE *msg, CONTEXT *ctx, int msgno)
* IMAP server doesn't know the message has been \Seen. So we capture
* the server's notion of 'read' and if it differs from the message info
* picked up in mutt_read_rfc822_header, we mark the message (and context
- * changed). Another possiblity: ignore Status on IMAP?*/
+ * changed). Another possibility: ignore Status on IMAP?*/
read = h->read;
newenv = mutt_read_rfc822_header (msg->fp, h, 0, 0);
mutt_merge_envelopes(h->env, &newenv);