]> granicus.if.org Git - curl/commitdiff
CURLINFO_LOCAL_PORT.3: fix typo
authorJay Satiro <raysatiro@yahoo.com>
Thu, 16 Mar 2017 22:18:49 +0000 (18:18 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 16 Mar 2017 22:18:49 +0000 (18:18 -0400)
docs/libcurl/opts/CURLINFO_LOCAL_PORT.3

index 69c4d3fc7fd1b907791ffe078a095d15b69828a8..bf6b6e5338f9b944b5aa3af6569369251602cd19 100644 (file)
@@ -40,7 +40,7 @@ All
 
   curl = curl_easy_init();
   if(curl) {
-    curl_easy_setopt(curl, CURLOPT_URL, "http://example.come/");
+    curl_easy_setopt(curl, CURLOPT_URL, "http://example.com/");
     res = curl_easy_perform(curl);
 
     if(CURLE_OK == res) {