Revert "Update to 7.40.1"
[platform/upstream/curl.git] / docs / libcurl / libcurl-tutorial.3
index e862758..018001d 100644 (file)
@@ -1058,7 +1058,7 @@ to 1.
 What might be even more useful, is libcurl's ability to separate the headers
 from the data and thus make the callbacks differ. You can for example set a
 different pointer to pass to the ordinary write callback by setting
-\fICURLOPT_WRITEHEADER(3)\fP.
+\fICURLOPT_HEADERDATA(3)\fP.
 
 Or, you can set an entirely separate function to receive the headers, by using
 \fICURLOPT_HEADERFUNCTION(3)\fP.