summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorUnknownShadow200 <unknownshadow200@gmail.com>2018-11-22 01:56:20 +1100
committerDaniel Stenberg <daniel@haxx.se>2018-11-22 00:05:05 +0100
commit23666978069dcd8dfcc7560c5cebe5410c5fdd81 (patch)
tree61e683b463bd2ca73e973e7fcf238cf0a4f3b51b /docs
parent2fcc4367bec4da65c1ebdb86fbe86216a9e9f90b (diff)
downloadcurl-23666978069dcd8dfcc7560c5cebe5410c5fdd81.tar.gz
CURLOPT_HEADERFUNCTION.3: match 'nitems' name in synopsis and description
Closes #3295
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/opts/CURLOPT_HEADERFUNCTION.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3 b/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3
index 0ecbfb3db..b5faa01de 100644
--- a/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3
+++ b/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3
@@ -40,7 +40,7 @@ This function gets called by libcurl as soon as it has received header
data. The header callback will be called once for each header and only
complete header lines are passed on to the callback. Parsing headers is very
easy using this. The size of the data pointed to by \fIbuffer\fP is \fIsize\fP
-multiplied with \fInmemb\fP. Do not assume that the header line is zero
+multiplied with \fInitems\fP. Do not assume that the header line is zero
terminated!
The pointer named \fIuserdata\fP is the one you set with the