gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 84/205: CURLINFO_LOCAL_PORT.3: fix typo


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 84/205: CURLINFO_LOCAL_PORT.3: fix typo
Date: Thu, 20 Apr 2017 16:20:24 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.0
in repository gnurl.

commit f7b3914c558d9d2995208171bea42ca58b73237f
Author: Jay Satiro <address@hidden>
AuthorDate: Thu Mar 16 18:18:49 2017 -0400

    CURLINFO_LOCAL_PORT.3: fix typo
---
 docs/libcurl/opts/CURLINFO_LOCAL_PORT.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3 
b/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3
index 69c4d3fc7..bf6b6e533 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) {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]