mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:23:31 +03:00
cleanup: misc typos in strings and comments
Found via `codespell` Closes #2389
This commit is contained in:
parent
39dc0bca5b
commit
236402fc2d
16 changed files with 17 additions and 17 deletions
|
|
@ -1389,7 +1389,7 @@ static CURLcode darwinssl_connect_step1(struct connectdata *conn,
|
|||
#endif /* CURL_BUILD_MAC */
|
||||
|
||||
#if CURL_BUILD_MAC_10_8 || CURL_BUILD_IOS
|
||||
if(SSLCreateContext != NULL) { /* use the newer API if avaialble */
|
||||
if(SSLCreateContext != NULL) { /* use the newer API if available */
|
||||
if(BACKEND->ssl_ctx)
|
||||
CFRelease(BACKEND->ssl_ctx);
|
||||
BACKEND->ssl_ctx = SSLCreateContext(NULL, kSSLClientSide, kSSLStreamType);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue