]> granicus.if.org Git - neomutt/commitdiff
Correct spelling mistakes.
authorEdward Betts <edward@4angle.com>
Thu, 9 Nov 2017 09:38:53 +0000 (09:38 +0000)
committerRichard Russon <rich@flatcap.org>
Thu, 9 Nov 2017 10:36:27 +0000 (10:36 +0000)
attach.c
imap/imap.c
mutt_notmuch.c
mutt_tags.c
rfc2047.c

index 19a37ef932388fb0ae2250a082ca555e481e822b..68cb7c61ff5681cc16a405412f17aaa70ebba35f 100644 (file)
--- 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
  *
index 59fa6a4b1d1e226ff7e0501557cee86cd06c383f..9721772fbceadbc663ddd7a3689a3c7cbe074a25 100644 (file)
@@ -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
  */
index 9406d0735784b12dce9e7a319e2f7524a5555767..1a010b38b06b3715685690844627c326f59f6050 100644 (file)
@@ -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
index ed9d86bc0eabb07ce7d0692cdb479ed86e0c21a5..000dd1c2cc6ae8e6d58d12eee0d84793989779d8 100644 (file)
@@ -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
  *
index 963c657f30a3bcc784cd8aa84a8dc908206cf88a..10c84f8cb1516fcf4f376c7398dfc4fd881aa547 100644 (file)
--- 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.