]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_WRITEFUNCTION.md: typo fix
authorDaniel Szmulewicz <daniel.szmulewicz@gmail.com>
Wed, 7 Feb 2024 12:13:14 +0000 (20:13 +0800)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 7 Feb 2024 12:36:18 +0000 (13:36 +0100)
The maximum amount of body data that is <be> passed to the write
callback is defined in the curl.h header file

Closes #12889

docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md

index 8957439d33980963d6331af6d5c444a646ae2a73..cd870dbf90a27da459366b771fb9ef51dab9a12b 100644 (file)
@@ -38,7 +38,7 @@ The data passed to this function is not null-terminated.
 
 The callback function is passed as much data as possible in all invokes, but
 you must not make any assumptions. It may be one byte, it may be
-thousands. The maximum amount of body data that is be passed to the write
+thousands. The maximum amount of body data that is passed to the write
 callback is defined in the curl.h header file: *CURL_MAX_WRITE_SIZE* (the
 usual default is 16K). If CURLOPT_HEADER(3) is enabled, which makes header
 data get passed to the write callback, you can get up to