From: Jay Satiro Date: Thu, 16 Mar 2017 22:18:49 +0000 (-0400) Subject: CURLINFO_LOCAL_PORT.3: fix typo X-Git-Tag: curl-7_54_0~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7b3914c558d9d2995208171bea42ca58b73237f;p=thirdparty%2Fcurl.git CURLINFO_LOCAL_PORT.3: fix typo --- diff --git a/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3 b/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3 index 69c4d3fc7f..bf6b6e5338 100644 --- a/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3 +++ b/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3 @@ -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) {