]> granicus.if.org Git - curl/commitdiff
imap: Fixed typo in a comment.
authorJulien Chaffraix <julien.chaffraix@gmail.com>
Thu, 27 Jan 2011 15:48:19 +0000 (07:48 -0800)
committerJulien Chaffraix <julien.chaffraix@gmail.com>
Tue, 8 Feb 2011 04:15:35 +0000 (20:15 -0800)
lib/imap.c

index 9c39625b32f97de2574f44b50f2a4a3eb99c59bf..5e294158b20d491726905190f7cebba5e881be99 100644 (file)
@@ -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)
 {