diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-09-23 09:19:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-09-23 09:19:57 +0000 |
commit | 82e7d2eb2feb04beeedf080c907711a5a350d0ff (patch) | |
tree | 214b99ae9f58f43a019a9c78fe1ebb3ce277fbf9 /driver.c | |
parent | ba16d6471724b0c3786d4a302a9b1d9270a9d439 (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |