docs: Spelling fixes

This commit is contained in:
Ville Skyttä
2015-06-08 14:22:54 +03:00
committed by Daniel Stenberg
parent 025dbe46df
commit 56b7663f73
21 changed files with 25 additions and 25 deletions

View File

@@ -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