internal_function;
-/* For those loosing systems which don't have `alloca' we have to add
+/* For those losing systems which don't have `alloca' we have to add
some additional code emulating it. */
#ifdef HAVE_ALLOCA
/* Nothing has to be done. */
* funct(NULL, *data) if rewind(*data) needs, exits when fail or done:
* 0 - success
* 1 - bad response (answer in query buffer)
- * -1 - conection lost
+ * -1 - connection lost
* -2 - error in funct(*line, *data) */
static int nntp_fetch_lines (NNTP_DATA *nntp_data, char *query, size_t qlen,
char *msg, int (*funct) (char *, void *), void *data)
}
}
- /* opportunistic encrypt relys on SMIME or PGP already being selected */
+ /* opportunistic encrypt relies on SMIME or PGP already being selected */
if (option (OPTCRYPTOPPORTUNISTICENCRYPT))
{
/* If something has already enabled encryption, e.g. OPTCRYPTAUTOENCRYPT
* */
mutt_write_rfc822_header (msg->fp, hdr->env, hdr->content, post ? -post : 0, 0);
- /* (postponment) if this was a reply of some sort, <msgid> contians the
+ /* (postponment) if this was a reply of some sort, <msgid> contains the
* Message-ID: of message replied to. Save it using a special X-Mutt-
* header so it can be picked up if the message is recalled at a later
* point in time. This will allow the message to be marked as replied if