]> granicus.if.org Git - mutt/commitdiff
Corrected various spelling mistakes (most of them reported by codespell).
authorVincent Lefevre <vincent@vinc17.net>
Mon, 26 Jan 2015 12:07:25 +0000 (13:07 +0100)
committerVincent Lefevre <vincent@vinc17.net>
Mon, 26 Jan 2015 12:07:25 +0000 (13:07 +0100)
INSTALL
README.SECURITY
README.SSL
TODO
configure.ac
curs_lib.c
help.c
imap/message.c
lib.c
mh.c

diff --git a/INSTALL b/INSTALL
index 4d923c4eade32e4de4fe18dec873fc8e2affa218..2242dd23131975c58cd96405fbb91ccb6b99fcdc 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -280,7 +280,7 @@ Solaris 2.6
        For the real fix, applying Sun patches # 105490-05 (linker
        patch) and # 105210-17 (libc and malloc patch) from
        sunsolve.sun.com has been reported to stop these problems
-       from occuring.
+       from occurring.
 
 Linux
 
index 9061632853b6cb60af64135cb671b341e4b14459..20d59bd8207e38f6bfa177561bcf4c283c362651 100644 (file)
@@ -19,7 +19,7 @@ While we don't completely agree that this is an actual MUA problem
 
 - Backticks are handled specially when preparing % expandos for
   mailcap entries.  This fix will keep the current problem from
-  occuring, but we are sure there are other possible mailcap entries
+  occurring, but we are sure there are other possible mailcap entries
   where this doesn't help.
 
 - We have added a configuration variable named $mailcap_sanitize,
index 579e13f1c59f30a4e8a755e00451ed962dbe0f64..75cac80315698efaaaaff082a339f9cd59c20334 100644 (file)
@@ -97,7 +97,7 @@ each of these, you use the following:
     openssl s_client -host <imap server> -port <port> -verify -debug -no_ssl2
     openssl s_client -host <imap server> -port <port> -verify -debug -no_ssl3
 
-You can also combine the options until you get a successfull connect.  Once
+You can also combine the options until you get a successful connect.  Once
 you know which options do not work, you can set the variables for non-working
 protocols to know.  The variables for the protocols are ssl_use_tlsv1, 
 ssl_use_sslv2, and ssl_use_sslv3.
diff --git a/TODO b/TODO
index 92c693120b8227f201b281679f9646be22e53de4..76d834e1f30d24e3cf127dd89782cb329421711e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -50,7 +50,7 @@ Problems are listed in approximate order of priority.
   Note: This still requires some thought, since we'd have to store
   per-entry data in the menu structure.  As an alternative, we could
   extend the tag method to do something to more general flags. The
-  latter approach would make the implementation of propper
+  latter approach would make the implementation of proper
   tag-prefix behaviour more simple: Functions should only be applied
   when a message is tagged and visible.  Additionally, we must not
   access a menu's max field directly any more: Adding an entry to a
index 2e5e9490f2e71653540f95d19c52f3aeca498bde..324c7584ee7f357f224c92a483fcf7cb7d656984 100644 (file)
@@ -163,7 +163,7 @@ AC_ARG_ENABLE(smime, AS_HELP_STRING([--disable-smime],[Disable SMIME support]),
 ])
  
 if test x$have_smime != xno ; then
-       AC_DEFINE(CRYPT_BACKEND_CLASSIC_SMIME, 1, [Define if you want clasic S/MIME support.])
+       AC_DEFINE(CRYPT_BACKEND_CLASSIC_SMIME, 1, [Define if you want classic S/MIME support.])
        MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS smime.o crypt-mod-smime-classic.o"
        SMIMEAUX_TARGET="smime_keys"
 fi
index 7b6a4f45fb31efdd7142eb14eb39263fbe7a1ead..d8c62c360fac996d9af2f73e761da44c6426056f 100644 (file)
@@ -958,7 +958,7 @@ int mutt_charlen (const char *s, int *width)
 
 /*
  * mutt_strwidth is like mutt_strlen except that it returns the width
- * refering to the number of characters cells.
+ * referring to the number of character cells.
  */
 
 int mutt_strwidth (const char *s)
diff --git a/help.c b/help.c
index c1d2d0c69e50154fc390a547b88b71d1d38c29fe..8afabf03a3a667b1892b0c806dffc38831d15df5 100644 (file)
--- a/help.c
+++ b/help.c
@@ -204,7 +204,7 @@ static void format_line (FILE *f, int ismacro,
   fputs (t1, f);
 
   /* don't try to press string into one line with less than 40 characters.
-     The double paranthesis avoid a gcc warning, sigh ... */
+     The double parenthesis avoids a gcc warning, sigh ... */
   if ((split = COLS < 40))
   {
     col_a = col = 0;
index 38da127f16d08c80664216c614b0d7b5e4e8d96b..5cfbb1fe997d7a1aee4ada4cfec43f64f02d2a13 100644 (file)
@@ -547,7 +547,7 @@ int imap_fetch_message (MESSAGE *msg, CONTEXT *ctx, int msgno)
    * IMAP server doesn't know the message has been \Seen. So we capture
    * the server's notion of 'read' and if it differs from the message info
    * picked up in mutt_read_rfc822_header, we mark the message (and context
-   * changed). Another possiblity: ignore Status on IMAP?*/
+   * changed). Another possibility: ignore Status on IMAP?*/
   read = h->read;
   newenv = mutt_read_rfc822_header (msg->fp, h, 0, 0);
   mutt_merge_envelopes(h->env, &newenv);
diff --git a/lib.c b/lib.c
index c7d95af7c8a514b9a04d139f167986981d181902..5ef88c7b5a4d4e2ce528d54b0c5f6f6926512d87 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -935,7 +935,7 @@ void mutt_remove_trailing_ws (char *s)
 
 /*
  * Write the concatened pathname (dir + "/" + fname) into dst.
- * The slash is ommitted when dir or fname is of 0 length.
+ * The slash is omitted when dir or fname is of 0 length.
  * Returns NULL on error or a pointer to dst otherwise.
  */
 char *mutt_concatn_path (char *dst, size_t dstlen,
diff --git a/mh.c b/mh.c
index 21e6491fa2c5bc0a9ad70ff98152da613d05f179..63e12d2fb22a34137184f0314567381f413520b8 100644 (file)
--- a/mh.c
+++ b/mh.c
@@ -1583,7 +1583,7 @@ static int mh_rewrite_message (CONTEXT * ctx, int msgno)
      * number.  Mutt does _not_ behave like this.
      * 
      * Anyway, if this fails, the message is in the folder, so
-     * all what happens is that a concurrently runnung mutt will
+     * all what happens is that a concurrently running mutt will
      * lose flag modifications.
      */