Fix a couple of spelling errors in lib/
Found with codespell.
This commit is contained in:

committed by
Julien Chaffraix

parent
9230be0797
commit
1702a2c08d
@@ -395,7 +395,7 @@ static ssize_t qsossl_send(struct connectdata * conn, int sockindex,
|
||||
|
||||
case SSL_ERROR_BAD_STATE:
|
||||
/* The operation did not complete; the same SSL I/O function
|
||||
should be called again later. This is basicly an EWOULDBLOCK
|
||||
should be called again later. This is basically an EWOULDBLOCK
|
||||
equivalent. */
|
||||
*curlcode = CURLE_AGAIN;
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user