]> granicus.if.org Git - neomutt/commitdiff
correct spelling mistakes (#412)
authorEdward Betts <edward@4angle.com>
Sat, 18 Feb 2017 14:40:01 +0000 (14:40 +0000)
committerRichard Russon <rich@flatcap.org>
Sat, 18 Feb 2017 14:40:01 +0000 (14:40 +0000)
intl/dcigettext.c
nntp.c
send.c
sendlib.c

index 54d2156b96f29ba9ab795d1a6935d03d3a96b9b0..50a77c67b23d53cf19a7a56e5c82aa1cc59e5969 100644 (file)
@@ -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 f1d1bbffdac713c4000eb96bf868da8eaf00524c..17a95b784f60b2d62854c131c7767e3e99ea54e9 100644 (file)
--- 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 34494de9561e0e6d0a2ddadaa604d02d08556511..7b7570b5b077e0a92bb5a705ae7a5724ae4c4f67 100644 (file)
--- 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
index e482b062c76ffd2959f1f816b32195003bcb4b4b..0f082bd4dc25fbf3afcaf4cb44ac7b6a137fefe1 100644 (file)
--- 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, <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