From 15ade392e4ebfed4f7b76ef2ad7d7763658ba9cc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 25 Apr 1999 16:06:49 +0000 Subject: Typo fix. svn path=/trunk/; revision=2448 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3