]> granicus.if.org Git - curl/commitdiff
CURLOPT_HEADERFUNCTION.3: match 'nitems' name in synopsis and description
authorUnknownShadow200 <unknownshadow200@gmail.com>
Wed, 21 Nov 2018 14:56:20 +0000 (01:56 +1100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 Nov 2018 23:05:05 +0000 (00:05 +0100)
Closes #3295

docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3

index 0ecbfb3db6e093934df3f74e21dd7d5c4dd049c7..b5faa01de6566077d2ceaf2aaeef2b267cca464c 100644 (file)
@@ -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