From: Daniel Stenberg Date: Sun, 28 Dec 2008 21:35:53 +0000 (+0000) Subject: Anthony Bryan reported and I corrected two typos. X-Git-Tag: curl-7_19_3~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60ff74140e2bf778bbed208b4d4422f958baa32d;p=curl Anthony Bryan reported and I corrected two typos. --- diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3 index dfbae11da..f3d6ef72b 100644 --- a/docs/libcurl/libcurl-tutorial.3 +++ b/docs/libcurl/libcurl-tutorial.3 @@ -191,8 +191,8 @@ similar to this: curl_easy_setopt(easyhandle, CURLOPT_WRITEFUNCTION, write_data); -You can control what data your function get in the forth argument by setting -another property: +You can control what data your callback function gets in the fourth argument +by setting another property: curl_easy_setopt(easyhandle, CURLOPT_WRITEDATA, &internal_struct);