aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_NOBODY.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_NOBODY.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_NOBODY.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_NOBODY.3 b/docs/libcurl/opts/CURLOPT_NOBODY.3
index 64d479b6c..9720f45db 100644
--- a/docs/libcurl/opts/CURLOPT_NOBODY.3
+++ b/docs/libcurl/opts/CURLOPT_NOBODY.3
@@ -30,7 +30,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_NOBODY, long opt);
.SH DESCRIPTION
A long parameter set to 1 tells libcurl to not include the body-part in the
output. For HTTP(S), this makes libcurl do a HEAD request. For most other
-protocols ie means just not asking for transfering the body data.
+protocols ie means just not asking for transferring the body data.
.SH DEFAULT
0, the body is transferred
.SH PROTOCOLS