From ea631c29be8ed778c23817e1777176230fa531fc Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 18 Feb 2017 14:40:01 +0000 Subject: [PATCH] correct spelling mistakes (#412) --- intl/dcigettext.c | 2 +- nntp.c | 2 +- send.c | 2 +- sendlib.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/intl/dcigettext.c b/intl/dcigettext.c index 54d2156b9..50a77c67b 100644 --- a/intl/dcigettext.c +++ b/intl/dcigettext.c @@ -301,7 +301,7 @@ static const char *guess_category_value PARAMS ((int category, 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. */ diff --git a/nntp.c b/nntp.c index f1d1bbffd..17a95b784 100644 --- a/nntp.c +++ b/nntp.c @@ -808,7 +808,7 @@ static int nntp_query (NNTP_DATA *nntp_data, char *line, size_t linelen) * 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) diff --git a/send.c b/send.c index 34494de95..7b7570b5b 100644 --- a/send.c +++ b/send.c @@ -1741,7 +1741,7 @@ ci_send_message (int flags, /* send mode */ } } - /* 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 diff --git a/sendlib.c b/sendlib.c index e482b062c..0f082bd4d 100644 --- a/sendlib.c +++ b/sendlib.c @@ -2880,7 +2880,7 @@ int mutt_write_fcc (const char *path, HEADER *hdr, const char *msgid, * */ mutt_write_rfc822_header (msg->fp, hdr->env, hdr->content, post ? -post : 0, 0); - /* (postponment) if this was a reply of some sort, contians the + /* (postponment) if this was a reply of some sort, 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 -- 2.40.0