diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2014-07-18 11:18:56 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-07-19 21:27:38 +0200 |
commit | 6f8046f7a4bd3d6edcc53c2eec936105ec424d54 (patch) | |
tree | c18f66dfbeecf9a84d0c1bd3eabf4269c5111a8b | |
parent | c6e7cbb94e669b85d3eb8e015ec51d0072112133 (diff) |
CURLOPT_CHUNK_BGN_FUNCTION: fix typo
-rw-r--r-- | docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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. |