]> granicus.if.org Git - curl/commitdiff
Anthony Bryan reported and I corrected two typos.
authorDaniel Stenberg <daniel@haxx.se>
Sun, 28 Dec 2008 21:35:53 +0000 (21:35 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 28 Dec 2008 21:35:53 +0000 (21:35 +0000)
docs/libcurl/libcurl-tutorial.3

index dfbae11daa91e6e799b5b906e5a66f4d77d9d1c5..f3d6ef72b70ffb1b0ed9c2f3c8ebaddbe139b22a 100644 (file)
@@ -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);