Just a small typo I noticed (transfered -> transferred). Cheers
From 09a24bc537d0441f9ee7ad5c33d86f523758942b Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini <[email protected]> Date: Fri, 18 Jul 2014 11:18:56 +0200 Subject: [PATCH] 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 ecf026a..4dd7907 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. -- 2.0.1
signature.asc
Description: Digital signature
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
