diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-04-25 16:06:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-04-25 16:06:49 +0000 |
commit | 15ade392e4ebfed4f7b76ef2ad7d7763658ba9cc (patch) | |
tree | f79b6de0bd1e5c2db051b58a61d097be46f0ab6a | |
parent | d9ae1e7f7b3e288155260c5bd97add9a38e16a4c (diff) | |
download | fetchmail-15ade392e4ebfed4f7b76ef2ad7d7763658ba9cc.tar.gz fetchmail-15ade392e4ebfed4f7b76ef2ad7d7763658ba9cc.tar.bz2 fetchmail-15ade392e4ebfed4f7b76ef2ad7d7763658ba9cc.zip |
Typo fix.
svn path=/trunk/; revision=2448
-rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -754,7 +754,7 @@ static int imap_getrange(int sock, { /* * We have to have an expunge here, otherwise the re-poll will - * infinite-loop picking up un-expunged message. + * infinite-loop picking up un-expunged messages. */ ok = 0; if (deletions && expunge_period > 1) |