From 6f8046f7a4bd3d6edcc53c2eec936105ec424d54 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Fri, 18 Jul 2014 11:18:56 +0200 Subject: CURLOPT_CHUNK_BGN_FUNCTION: fix typo --- docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3 b/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3 index ecf026af5..4dd790775 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. -- cgit v1.2.3