From 4e2ac742c9af30533afa2605db5527dbfab0ee35 Mon Sep 17 00:00:00 2001 From: Julien Chaffraix Date: Thu, 27 Jan 2011 07:48:19 -0800 Subject: imap: Fixed typo in a comment. --- lib/imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3