]> granicus.if.org Git - curl/commitdiff
CURLOPT_HTTPHEADER.3: fix typo in recent commit
authorViktor Szakáts <vszakats@users.noreply.github.com>
Tue, 24 Mar 2015 16:59:42 +0000 (17:59 +0100)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 24 Mar 2015 20:48:02 +0000 (21:48 +0100)
docs/libcurl/opts/CURLOPT_HTTPHEADER.3

index 6a1b86c632ceb4b0f71f66914ccb0a1e254bbde1..cd504314b1f830201723642716ee357467714315 100644 (file)
@@ -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