changeset: 6307:0beba37c336b
user:      Michael Elkins <m...@sigpipe.org>
date:      Fri Oct 04 16:47:59 2013 +0000
link:      http://dev.mutt.org/hg/mutt/rev/0beba37c336b

fix more comment typos

diffs (59 lines):

diff -r bc7e7cf0fed3 -r 0beba37c336b crypt-gpgme.c
--- a/crypt-gpgme.c     Tue Jul 23 14:07:04 2013 +0200
+++ b/crypt-gpgme.c     Fri Oct 04 16:47:59 2013 +0000
@@ -1290,7 +1290,7 @@
 
 /* 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 @@
          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;
diff -r bc7e7cf0fed3 -r 0beba37c336b handler.c
--- a/handler.c Tue Jul 23 14:07:04 2013 +0200
+++ b/handler.c Fri Oct 04 16:47:59 2013 +0000
@@ -970,7 +970,7 @@
     }
     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 -r bc7e7cf0fed3 -r 0beba37c336b init.c
--- a/init.c    Tue Jul 23 14:07:04 2013 +0200
+++ b/init.c    Fri Oct 04 16:47:59 2013 +0000
@@ -259,7 +259,7 @@
       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 */
diff -r bc7e7cf0fed3 -r 0beba37c336b pop_auth.c
--- a/pop_auth.c        Tue Jul 23 14:07:04 2013 +0200
+++ b/pop_auth.c        Fri Oct 04 16:47:59 2013 +0000
@@ -142,7 +142,7 @@
 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");

Reply via email to