]> granicus.if.org Git - mutt/commitdiff
fix more comment typos
authorMichael Elkins <me@sigpipe.org>
Fri, 4 Oct 2013 16:47:59 +0000 (16:47 +0000)
committerMichael Elkins <me@sigpipe.org>
Fri, 4 Oct 2013 16:47:59 +0000 (16:47 +0000)
crypt-gpgme.c
handler.c
init.c
pop_auth.c

index 6a404727f40ea23ad508c25f231075cfa4f4aabe..a9e6be3f611dbca0a46f72bbf783f70d96ec5728 100644 (file)
@@ -1290,7 +1290,7 @@ static void print_smime_keyinfo (const char* msg, gpgme_signature_t sig,
 
 /* Show information about one signature.  This function is called with
    the context CTX of a successful verification operation and the
-   enumerator IDX which should start at 0 and incremete for each
+   enumerator IDX which should start at 0 and increment for each
    call/signature. 
 
    Return values are: 0 for normal procession, 1 for a bad signature,
@@ -1785,8 +1785,8 @@ int smime_gpgme_decrypt_mime (FILE *fpin, FILE **fpout, BODY *b, BODY **cur)
          encrypted.  The entire mime parsing should be revamped,
          probably by keeping the temporary files so that we don't
          need to decrypt them all the time.  Inner parts of an
-         encrypted part can then pint into this file and tehre won't
-         never be a need to decrypt again.  This needs a partial
+         encrypted part can then point into this file and there won't
+         ever be a need to decrypt again.  This needs a partial
          rewrite of the MIME engine. */
       BODY *bb = *cur;
       BODY *tmp_b;
index 449fd3587e1c3ae3d477b8d7695b1c49b59e3dc3..ed8be9580d0e8a219896b72e2ffa1123718b1764 100644 (file)
--- a/handler.c
+++ b/handler.c
@@ -970,7 +970,7 @@ static int mutt_is_autoview (BODY *b)
     }
     else
     {
-      /* determine if this type is on there user's auto_view list */
+      /* determine if this type is on the user's auto_view list */
       LIST *t = AutoViewList;
 
       for (; t; t = t->next) {
diff --git a/init.c b/init.c
index 0c73d57558522564a4cf00f0e8375e86ab2cc138..4032e0ed14dc1b9a4d975197d2e3abe938234486 100644 (file)
--- a/init.c
+++ b/init.c
@@ -259,7 +259,7 @@ int mutt_extract_token (BUFFER *dest, BUFFER *tok, int flags)
       safe_fclose (&fp);
       mutt_wait_filter (pid);
 
-      /* if we got output, make a new string consiting of the shell output
+      /* if we got output, make a new string consisting of the shell output
         plus whatever else was left on the original line */
       /* BUT: If this is inside a quoted string, directly add output to 
        * the token */
index 9943b12026f6afb92895a11716c9ad7a661bf45d..1489c17c6e7427516384ec63a0f63c0c47c8dfde 100644 (file)
@@ -142,7 +142,7 @@ static pop_auth_res_t pop_auth_sasl (POP_DATA *pop_data, const char *method)
 bail:
   sasl_dispose (&saslconn);
 
-  /* terminate SASL sessoin if the last response is not +OK nor -ERR */
+  /* terminate SASL session if the last response is not +OK nor -ERR */
   if (!mutt_strncmp (inbuf, "+ ", 2))
   {
     snprintf (buf, sizeof (buf), "*\r\n");