From: Julien Chaffraix Date: Thu, 27 Jan 2011 15:48:19 +0000 (-0800) Subject: imap: Fixed typo in a comment. X-Git-Tag: curl-7_21_4~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e2ac742c9af30533afa2605db5527dbfab0ee35;p=curl imap: Fixed typo in a comment. --- diff --git a/lib/imap.c b/lib/imap.c index 9c39625b3..5e294158b 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -256,7 +256,7 @@ static int imap_getsock(struct connectdata *conn, return Curl_pp_getsock(&conn->proto.imapc.pp, socks, numsocks); } -/* fucntion that checks for an imap status code at the start of the +/* function that checks for an imap status code at the start of the given string */ static int imap_endofresp(struct pingpong *pp, int *resp) {