]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: fix typo in curl_easy_setopt manpage
authorAlessandro Ghedini <al3xbio@gmail.com>
Wed, 14 Dec 2011 21:00:56 +0000 (22:00 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 15 Dec 2011 16:25:07 +0000 (17:25 +0100)
docs/libcurl/curl_easy_setopt.3

index 5f1629d4a41f967efa4fc00b77a05503935c951e..4d2a22e0bbef0dabeb159160740b0cbb14934fe7 100644 (file)
@@ -1345,7 +1345,7 @@ option and thus you need to concatenate them all in one single string. Set
 multiple cookies in one string like this: "name1=content1; name2=content2;"
 etc.
 
-This option sets the cookie header explictly in the outgoing request(s). If
+This option sets the cookie header explicitly in the outgoing request(s). If
 multiple requests are done due to authentication, followed redirections or
 similar, they will all get this cookie passed on.