aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-09-23 09:19:57 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-09-23 09:19:57 +0000
commit82e7d2eb2feb04beeedf080c907711a5a350d0ff (patch)
tree214b99ae9f58f43a019a9c78fe1ebb3ce277fbf9 /driver.c
parentba16d6471724b0c3786d4a302a9b1d9270a9d439 (diff)
downloadfetchmail-82e7d2eb2feb04beeedf080c907711a5a350d0ff.tar.gz
fetchmail-82e7d2eb2feb04beeedf080c907711a5a350d0ff.tar.bz2
fetchmail-82e7d2eb2feb04beeedf080c907711a5a350d0ff.zip
Correct bad comments.
svn path=/trunk/; revision=2584
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 41071c3f..234e4a4b 100644
--- a/driver.c
+++ b/driver.c
@@ -1773,7 +1773,7 @@ const int maxfetch; /* maximum number of messages to fetch */
/*
* We need the size of each message before it's
- * loaded in order to pass via the ESMTP SIZE
+ * loaded in order to pass it to the ESMTP SIZE
* option. If the protocol has a getsizes method,
* we presume this means it doesn't get reliable
* sizes from message fetch responses.