From 60ff74140e2bf778bbed208b4d4422f958baa32d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 28 Dec 2008 21:35:53 +0000 Subject: Anthony Bryan reported and I corrected two typos. --- docs/libcurl/libcurl-tutorial.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/libcurl/libcurl-tutorial.3') 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); -- cgit v1.2.3