Skip to content

Commit

Permalink
CURLOPT_HTTPHEADER.3: fix typo in recent commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats authored and dfandrich committed Mar 24, 2015
1 parent e438a9e commit bbd0dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLOPT_HTTPHEADER.3
Expand Up @@ -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
Expand Down

0 comments on commit bbd0dd3

Please sign in to comment.