mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:01:41 +03:00
tidy-up: spelling
C89, Schannel, Secure Transport, contractions. Cherry-picked from #14692 Closes #14996
This commit is contained in:
parent
1064dfa86a
commit
d83b528a80
17 changed files with 34 additions and 35 deletions
|
|
@ -426,9 +426,9 @@ CURLcode Curl_init_userdefined(struct Curl_easy *data)
|
|||
|
||||
/* Set the default CA cert bundle/path detected/specified at build time.
|
||||
*
|
||||
* If Schannel or SecureTransport is the selected SSL backend then these
|
||||
* locations are ignored. We allow setting CA location for schannel and
|
||||
* securetransport when explicitly specified by the user via
|
||||
* If Schannel or Secure Transport is the selected SSL backend then these
|
||||
* locations are ignored. We allow setting CA location for Schannel and
|
||||
* Secure Transport when explicitly specified by the user via
|
||||
* CURLOPT_CAINFO / --cacert.
|
||||
*/
|
||||
if(Curl_ssl_backend() != CURLSSLBACKEND_SCHANNEL &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue