From: Steve Holme Date: Sat, 9 Mar 2013 13:25:15 +0000 (+0000) Subject: imap: Corrected typo in comment X-Git-Tag: curl-7_30_0~156 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69eca5c25242f2451ecc2a68af4a76fbe49c5db2;p=thirdparty%2Fcurl.git imap: Corrected typo in comment --- diff --git a/lib/imap.c b/lib/imap.c index b1c92ac7e6..3be8b11dd2 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;