aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_HEADER.3
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2018-10-03 02:30:32 -0400
committerJay Satiro <raysatiro@yahoo.com>2018-10-03 02:30:32 -0400
commit35ac49d4ed0917233804eb5c130ac767e7fec716 (patch)
treebf993a7ccda3f56854e5f99c55b4c21a278963d5 /docs/libcurl/opts/CURLOPT_HEADER.3
parentdd6b62acc32308d3b9b13ae9f27b4d23c70985e3 (diff)
CURLOPT_HEADER.3: fix typo
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_HEADER.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_HEADER.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_HEADER.3 b/docs/libcurl/opts/CURLOPT_HEADER.3
index 76dea467e..0cd7b6fac 100644
--- a/docs/libcurl/opts/CURLOPT_HEADER.3
+++ b/docs/libcurl/opts/CURLOPT_HEADER.3
@@ -37,7 +37,7 @@ When asking to get the headers passed to the same callback as the body, it is
not possible to accurately separate them again without detailed knowledge
about the protocol in use.
-Further: the \fCURLOPT_WRITEFUNCTION(3)\fP callback is limited to only ever
+Further: the \fICURLOPT_WRITEFUNCTION(3)\fP callback is limited to only ever
get a maximum of \fICURL_MAX_WRITE_SIZE\fP bytes passed to it (16KB), while a
header can be longer and the \fICURLOPT_HEADERFUNCTION(3)\fP supports getting
called with headers up to \fICURL_MAX_HTTP_HEADER\fP bytes big (100KB).