From: Edward Betts Date: Thu, 9 Nov 2017 09:38:53 +0000 (+0000) Subject: Correct spelling mistakes. X-Git-Tag: neomutt-20171208~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c468d8f92757ca16f028188d4388407e754f14c0;p=neomutt Correct spelling mistakes. --- diff --git a/attach.c b/attach.c index 19a37ef93..68cb7c61f 100644 --- a/attach.c +++ b/attach.c @@ -356,7 +356,7 @@ void mutt_check_lookup_list(struct Body *b, char *type, int len) * @param flag Option flag for how the attachment should be viewed * @param hdr Message header for the current message. Can be NULL * @param actx Attachment context - * @retval 0 If the viewer is run and exited succesfully + * @retval 0 If the viewer is run and exited successfully * @retval -1 Error * @retval n Return value of mutt_do_pager() when it is used * diff --git a/imap/imap.c b/imap/imap.c index 59fa6a4b1..9721772fb 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -2380,7 +2380,7 @@ static int imap_open_new_message(struct Message *msg, struct Context *dest, stru /** * imap_check_mailbox_reopen - Check for new mail (reopen mailbox if necessary) * @param ctx Context - * @param index_hint Remeber our place in the index + * @param index_hint Remember our place in the index * @retval >0 Success, e.g. #MUTT_REOPENED * @retval -1 Failure */ diff --git a/mutt_notmuch.c b/mutt_notmuch.c index 9406d0735..1a010b38b 100644 --- a/mutt_notmuch.c +++ b/mutt_notmuch.c @@ -2190,7 +2190,7 @@ static int nm_close_mailbox(struct Context *ctx) /** * nm_check_mailbox - Check a notmuch mailbox for new mail * @param ctx A mailbox CONTEXT - * @param index_hint Remeber our place in the index + * @param index_hint Remember our place in the index * @retval -1 Error * @retval 0 Success * @retval #MUTT_NEW_MAIL - new mail has arrived diff --git a/mutt_tags.c b/mutt_tags.c index ed9d86bc0..000dd1c2c 100644 --- a/mutt_tags.c +++ b/mutt_tags.c @@ -121,7 +121,7 @@ char *driver_tags_get_with_hidden(struct TagHead *head) } /** - * driver_tags_get_transformed_for - Get tranformed tag for a tag name from a header + * driver_tags_get_transformed_for - Get transformed tag for a tag name from a header * @param[in] name Tag to transform * @param[in] head List of tags * diff --git a/rfc2047.c b/rfc2047.c index 963c657f3..10c84f8cb 100644 --- a/rfc2047.c +++ b/rfc2047.c @@ -343,7 +343,7 @@ static size_t try_block(ICONV_CONST char *d, size_t dlen, const char *fromcode, * @param dlen Buffer length * @param fromcode Original encoding * @param tocode New encoding - * @param encoder Encoding funtion + * @param encoder Encoding function * @retval n Length of the encoded word * * Encode the data (d, dlen) into s using the encoder.