diff options
author | Julien Chaffraix <julien.chaffraix@gmail.com> | 2011-01-27 07:48:19 -0800 |
---|---|---|
committer | Julien Chaffraix <julien.chaffraix@gmail.com> | 2011-02-07 20:15:35 -0800 |
commit | 4e2ac742c9af30533afa2605db5527dbfab0ee35 (patch) | |
tree | b3a1c58e5e63614d28f172c90d3ca58c339bc820 | |
parent | 0696260122f1ebdf43bcc926b03bfd58bff318e3 (diff) |
imap: Fixed typo in a comment.
-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 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) { |