diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-09 20:54:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-09 20:54:17 +0000 |
commit | b04cbebf868f3e651e2f9fd85ff3a56b01004ac5 (patch) | |
tree | b59c46116005c7ea79eabdb2a783da8724c4c12e /docs | |
parent | 4272af801fab5f58abcaaa61ae7ce75a90929fb5 (diff) |
option name spell fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index ea0cd165a..7bab361fb 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -999,9 +999,9 @@ libcurl what the expected size of the infile is. This value should be passed as a curl_off_t. (Added in 7.11.0) .IP CURLOPT_UPLOAD A non-zero parameter tells the library to prepare for an upload. The -\fICURLOPT_READDATA\fP and \fICURLOPT_INFILESIZEE\fP or -\fICURLOPT_INFILESIZE_LARGE\fP are also interesting for uploads. If the -protocol is HTTP, uploading means using the PUT request unless you tell +\fICURLOPT_READDATA\fP and \fICURLOPT_INFILESIZE\fP or +\fICURLOPT_INFILESIZE_LARGE\fP options are also interesting for uploads. If +the protocol is HTTP, uploading means using the PUT request unless you tell libcurl otherwise. Using PUT with HTTP 1.1 implies the use of a "Expect: 100-continue" header. |