]> Pileus Git - ~andy/fetchmail/commitdiff
Comment fixes.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 23 Jun 2001 15:26:35 +0000 (15:26 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 23 Jun 2001 15:26:35 +0000 (15:26 -0000)
svn path=/trunk/; revision=3368

driver.c

index 41f9da34d78f5cae31d5d392879dfbd1eb4dfe61..30ccf387c0a953ed4afd33e923aefec19418b083 100644 (file)
--- a/driver.c
+++ b/driver.c
@@ -1126,9 +1126,9 @@ is restored."));
                {
                    if (new == -1 || ctl->fetchall)
                        new = count;
-                   fetches = new;      /* set error status ccorrectly */
+                   fetches = new;      /* set error status correctly */
                    /*
-                    * There used to be a `got noerror' here, but this
+                    * There used to be a `goto noerror' here, but this
                     * prevneted checking of multiple folders.  This
                     * comment is a reminder in case I introduced some
                     * subtle bug by removing it...