From 56b7663f73d44bf4774bfb934befb7071ed41280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 8 Jun 2015 14:22:54 +0300 Subject: docs: Spelling fixes --- docs/examples/smtp-ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/smtp-ssl.c') diff --git a/docs/examples/smtp-ssl.c b/docs/examples/smtp-ssl.c index 9a68a7ff9..a774403fc 100644 --- a/docs/examples/smtp-ssl.c +++ b/docs/examples/smtp-ssl.c @@ -111,7 +111,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 -- cgit v1.2.3