mirror of
https://github.com/curl/curl.git
synced 2026-05-15 01:56:20 +03:00
imap: Fixed typo in a comment.
This commit is contained in:
parent
0696260122
commit
4e2ac742c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue