aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlessandro Ghedini <al3xbio@gmail.com>2011-12-14 22:00:56 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-12-15 17:25:07 +0100
commitcd4cd668396d501c91800bb8b0cb4577afa3e512 (patch)
tree6a5a1bb3c174d83537fde4fb6ec64fd88599bcac /docs
parent4c4e8ba1f060fdba2822da5ad498c7876cedd18b (diff)
docs: fix typo in curl_easy_setopt manpage
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/curl_easy_setopt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 5f1629d4a..4d2a22e0b 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -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.