* @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
*
/**
* 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
*/
/**
* 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
}
/**
- * 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
*
* @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.