aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-04-25 16:06:49 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-04-25 16:06:49 +0000
commit15ade392e4ebfed4f7b76ef2ad7d7763658ba9cc (patch)
treef79b6de0bd1e5c2db051b58a61d097be46f0ab6a
parentd9ae1e7f7b3e288155260c5bd97add9a38e16a4c (diff)
downloadfetchmail-15ade392e4ebfed4f7b76ef2ad7d7763658ba9cc.tar.gz
fetchmail-15ade392e4ebfed4f7b76ef2ad7d7763658ba9cc.tar.bz2
fetchmail-15ade392e4ebfed4f7b76ef2ad7d7763658ba9cc.zip
Typo fix.
svn path=/trunk/; revision=2448
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index ba351b2b..1b62f65b 100644
--- a/imap.c
+++ b/imap.c
@@ -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)