mirror of
https://github.com/curl/curl.git
synced 2026-05-19 11:46:19 +03:00
CURLINFO_LOCAL_PORT.3: fix typo
This commit is contained in:
parent
49f7b13536
commit
f7b3914c55
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue