Commit f7b3914c authored by Jay Satiro's avatar Jay Satiro
Browse files

CURLINFO_LOCAL_PORT.3: fix typo

parent 49f7b135
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {