diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-06-23 15:26:35 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-06-23 15:26:35 +0000 |
commit | 86ffc8dd92e39318f3b0c9247cb46481b3f582d7 (patch) | |
tree | 88831d2fdded4cc5a9b8eec54e5ff268a36318bb /driver.c | |
parent | 17c3919c29883c1b63d205d1f69676a9a35610b1 (diff) | |
download | fetchmail-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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... |