Revert "Update to 7.40.1"
[platform/upstream/curl.git] / docs / libcurl / opts / CURLOPT_CHUNK_BGN_FUNCTION.3
index 4dd7907..ecf026a 100644 (file)
@@ -40,7 +40,7 @@ This callback function gets called by libcurl before a part of the stream is
 going to be transferred (if the transfer supports chunks).
 
 The \fItransfer_info\fP pointer will point to a struct curl_fileinfo with
-details about the file that is about to get transferred.
+details about the file that is about to get transfered.
 
 This callback makes sense only when using the \fICURLOPT_WILDCARDMATCH(3)\fP
 option for now.