aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-06-23 15:26:35 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-06-23 15:26:35 +0000
commit86ffc8dd92e39318f3b0c9247cb46481b3f582d7 (patch)
tree88831d2fdded4cc5a9b8eec54e5ff268a36318bb /driver.c
parent17c3919c29883c1b63d205d1f69676a9a35610b1 (diff)
downloadfetchmail-86ffc8dd92e39318f3b0c9247cb46481b3f582d7.tar.gz
fetchmail-86ffc8dd92e39318f3b0c9247cb46481b3f582d7.tar.bz2
fetchmail-86ffc8dd92e39318f3b0c9247cb46481b3f582d7.zip
Comment fixes.
svn path=/trunk/; revision=3368
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver.c b/driver.c
index 41f9da34..30ccf387 100644
--- 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...