]> granicus.if.org Git - neomutt/commitdiff
Fix some spelling errors (closes #3493)
authorAntonio Radici <antonio@dyne.org>
Mon, 9 Jul 2012 00:34:56 +0000 (17:34 -0700)
committerAntonio Radici <antonio@dyne.org>
Mon, 9 Jul 2012 00:34:56 +0000 (17:34 -0700)
copy.c
crypt.c
edit.c
enter.c
init.c

diff --git a/copy.c b/copy.c
index 62f27277ddc30b8b1f37c058e33b021e506f1001..1f1326291e82157bf4943960ecef1da62ccbbf3e 100644 (file)
--- a/copy.c
+++ b/copy.c
@@ -77,7 +77,7 @@ mutt_copy_hdr (FILE *in, FILE *out, LOFF_T off_start, LOFF_T off_end, int flags,
       if ((fgets (buf, sizeof (buf), in)) == NULL)
        break;
 
-      /* Is it the begining of a header? */
+      /* Is it the beginning of a header? */
       if (nl && buf[0] != ' ' && buf[0] != '\t')
       {
        ignore = 1;
@@ -147,7 +147,7 @@ mutt_copy_hdr (FILE *in, FILE *out, LOFF_T off_start, LOFF_T off_end, int flags,
     if ((fgets (buf, sizeof (buf), in)) == NULL)
       break;
 
-    /* Is it the begining of a header? */
+    /* Is it the beginning of a header? */
     if (nl && buf[0] != ' ' && buf[0] != '\t')
     {
       /* Do we have anything pending? */
diff --git a/crypt.c b/crypt.c
index 0bd2f30519a9a9b84f4f68eaac51912d6e470848..d87e424dd7ae0021362fe521420eb90e4aa8eb22 100644 (file)
--- a/crypt.c
+++ b/crypt.c
@@ -224,7 +224,7 @@ int mutt_protect (HEADER *msg, char *keylist)
       /* free tmp_body if messages was signed AND encrypted ... */
       if (tmp_smime_pbody != msg->content && tmp_smime_pbody != tmp_pbody)
       {
-       /* detatch and dont't delete msg->content,
+       /* detatch and don't delete msg->content,
           which tmp_smime_pbody->parts after signing. */
        tmp_smime_pbody->parts = tmp_smime_pbody->parts->next;
        msg->content->next = NULL;
diff --git a/edit.c b/edit.c
index 4d74912d6a4d9bbb70972894260d61f8e47ccb2b..bb9fb5c48e947be3490cffe663dee4a8c187661f 100644 (file)
--- a/edit.c
+++ b/edit.c
@@ -39,7 +39,7 @@
  * declared "static" (sigh)
  */
 static char* EditorHelp1 = N_("\
-~~             insert a line begining with a single ~\n\
+~~             insert a line beginning with a single ~\n\
 ~b users       add users to the Bcc: field\n\
 ~c users       add users to the Cc: field\n\
 ~f messages    include messages\n\
diff --git a/enter.c b/enter.c
index ac083f5c64f14fcd2de71e5efc2aa3928e87481b..077c1e63a60d85f9eb60601bd2e287c6bcbda39a 100644 (file)
--- a/enter.c
+++ b/enter.c
@@ -435,7 +435,7 @@ int _mutt_enter_string (char *buf, size_t buflen, int y, int x,
          break;
 
        case OP_EDITOR_KILL_WORD:
-         /* delete to begining of word */
+         /* delete to beginning of word */
          if (state->curpos != 0)
          {
            i = state->curpos;
diff --git a/init.c b/init.c
index 910c6cf96c162bffea146d2653c993f3af136b47..eea028130df953d6642610a6ce2b97e781d58da0 100644 (file)
--- a/init.c
+++ b/init.c
@@ -2460,7 +2460,7 @@ int mutt_command_complete (char *buffer, size_t len, int pos, int numtabs)
       Matches[Num_matched++] = User_typed;
 
       /* All matches are stored. Longest non-ambiguous string is ""
-       * i.e. dont change 'buffer'. Fake successful return this time */
+       * i.e. don't change 'buffer'. Fake successful return this time */
       if (User_typed[0] == 0)
        return 1;
     }
@@ -2516,7 +2516,7 @@ int mutt_command_complete (char *buffer, size_t len, int pos, int numtabs)
       Matches[Num_matched++] = User_typed;
 
       /* All matches are stored. Longest non-ambiguous string is ""
-       * i.e. dont change 'buffer'. Fake successful return this time */
+       * i.e. don't change 'buffer'. Fake successful return this time */
       if (User_typed[0] == 0)
        return 1;
     }
@@ -2563,7 +2563,7 @@ int mutt_command_complete (char *buffer, size_t len, int pos, int numtabs)
       Matches[Num_matched++] = User_typed;
 
       /* All matches are stored. Longest non-ambiguous string is ""
-       * i.e. dont change 'buffer'. Fake successful return this time */
+       * i.e. don't change 'buffer'. Fake successful return this time */
       if (User_typed[0] == 0)
        return 1;
     }