aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-tutorial.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-12-28 21:35:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-12-28 21:35:53 +0000
commit60ff74140e2bf778bbed208b4d4422f958baa32d (patch)
tree5a74a713008a2a28e23c66f95177957f1e39a584 /docs/libcurl/libcurl-tutorial.3
parent4f0a7170af076dd6b2594d30b09ce70d11813d94 (diff)
Anthony Bryan reported and I corrected two typos.
Diffstat (limited to 'docs/libcurl/libcurl-tutorial.3')
-rw-r--r--docs/libcurl/libcurl-tutorial.34
1 files changed, 2 insertions, 2 deletions
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);