From: Alessandro Ghedini Date: Fri, 18 Jul 2014 09:18:56 +0000 (+0200) Subject: CURLOPT_CHUNK_BGN_FUNCTION: fix typo X-Git-Tag: curl-7_38_0~200 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f8046f7a4bd3d6edcc53c2eec936105ec424d54;p=thirdparty%2Fcurl.git CURLOPT_CHUNK_BGN_FUNCTION: fix typo --- diff --git a/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3 b/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3 index ecf026af5f..4dd790775e 100644 --- a/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3 +++ b/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3 @@ -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 transfered. +details about the file that is about to get transferred. This callback makes sense only when using the \fICURLOPT_WILDCARDMATCH(3)\fP option for now.