diff options
Diffstat (limited to 'lib')
-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) { |