]> granicus.if.org Git - curl/commitdiff
CURLOPT_CHUNK_BGN_FUNCTION: fix typo
authorAlessandro Ghedini <alessandro@ghedini.me>
Fri, 18 Jul 2014 09:18:56 +0000 (11:18 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Sat, 19 Jul 2014 19:27:38 +0000 (21:27 +0200)
docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3

index ecf026af5f43dd516ec0ca0fbc4bbb54b366d76d..4dd790775ed940025d371e4ab19bdd19694a3c5a 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 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.