diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/imap.c b/lib/imap.c index b1c92ac7e..3be8b11dd 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -403,7 +403,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len, break; case IMAP_SELECT: - /* SELECT is special in that its untagged responses does not have a + /* SELECT is special in that its untagged responses do not have a common prefix so accept anything! */ break; |