docs: Spelling fixes
This commit is contained in:

committed by
Daniel Stenberg

parent
025dbe46df
commit
56b7663f73
@@ -60,7 +60,7 @@ int main(void)
|
||||
* they have mentioned in their server certificate's commonName (or
|
||||
* subjectAltName) fields, libcurl will refuse to connect. You can skip
|
||||
* this check, but this will make the connection less secure. */
|
||||
#ifdef SKIP_HOSTNAME_VERFICATION
|
||||
#ifdef SKIP_HOSTNAME_VERIFICATION
|
||||
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user