]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_NOBODY.3: fix typo
authorDaniel Stenberg <daniel@haxx.se>
Fri, 16 Oct 2020 21:01:55 +0000 (23:01 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Oct 2020 21:02:49 +0000 (23:02 +0200)
Reported-by: Basuke Suzuki
Fixes #6097

docs/libcurl/opts/CURLOPT_NOBODY.3

index 3b2e393a127aefb8edffd1dbbf0a42eb0687161f..058b551fa737108904a972ace9d888c91528b996 100644 (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.