CURLOPT_NOBODY.3: fix typo

Reported-by: Basuke Suzuki
Fixes #6097
This commit is contained in:
Daniel Stenberg 2020-10-16 23:01:55 +02:00
parent 354afc891d
commit 6f85968678
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ to transfer the body data.
For HTTP operations when \fICURLOPT_NOBODY(3)\fP has been set, unsetting the
option (with 0) will make it a GET again - only if the method is still set to
be HEAD. The proper way to get back to a GET request is to set
\fICURLOPT_HTTPGET(3)\fP and for other methods, use the POST ur UPLOAD
\fICURLOPT_HTTPGET(3)\fP and for other methods, use the POST or UPLOAD
options.
Enabling \fICURLOPT_NOBODY(3)\fP means asking for a download without a body.