imap: Fixed typo in a comment.

This commit is contained in:
Julien Chaffraix 2011-01-27 07:48:19 -08:00
Родитель 0696260122
Коммит 4e2ac742c9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)
{