aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorViktor Szakáts <vszakats@users.noreply.github.com>2015-03-24 17:59:42 +0100
committerDan Fandrich <dan@coneharvesters.com>2015-03-24 21:48:02 +0100
commitbbd0dd3fe264012b2837e79f624e1580181916ba (patch)
tree5d7fefa39dbe1b5c242a7be62d1c2486294f3d10 /docs
parente438a9e2f022819c1023b6fa9daf4b37bf0b8111 (diff)
CURLOPT_HTTPHEADER.3: fix typo in recent commit
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/opts/CURLOPT_HTTPHEADER.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 b/docs/libcurl/opts/CURLOPT_HTTPHEADER.3
index 6a1b86c63..cd504314b 100644
--- a/docs/libcurl/opts/CURLOPT_HTTPHEADER.3
+++ b/docs/libcurl/opts/CURLOPT_HTTPHEADER.3
@@ -63,7 +63,7 @@ Pass a NULL to this option to reset back to no custom headers.
The most commonly replaced headers have "shortcuts" in the options
\fICURLOPT_COOKIE(3)\fP, \fICURLOPT_USERAGENT(3)\fP and
-\fICURLOPT_REFERER(3)\fP. We recommand using those.
+\fICURLOPT_REFERER(3)\fP. We recommend using those.
There's an alternative option that sets or replaces headers only for requests
that are sent with CONNECT to a proxy: \fICURLOPT_PROXYHEADER(3)\fP. Use