aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-03-09 13:25:15 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-03-09 13:25:15 +0000
commit69eca5c25242f2451ecc2a68af4a76fbe49c5db2 (patch)
tree1376f26642fab47c453e575e80f6f5d170135d5a /lib/imap.c
parent0840f01e9977d0a1752d40d164318104f52bcc21 (diff)
imap: Corrected typo in comment
Diffstat (limited to 'lib/imap.c')
-rw-r--r--lib/imap.c2
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;