diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2014-06-18 23:07:08 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-06-18 23:07:08 +0200 |
commit | 479675f23ef86b6f57aa7cfa59896a0bdd8831bd (patch) | |
tree | 50344c561b311dd60ae34ea746d45e28a06e3d2d /docs | |
parent | ce656065ba8ec540134b1dd26787c2b53bbcf25d (diff) |
opts: fixed a couple of typos
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_NOBODY.3 | 2 | ||||
-rw-r--r-- | docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3 | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3 b/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3 index 95718e696..71979861c 100644 --- a/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3 +++ b/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3 @@ -22,7 +22,7 @@ .\" .TH CURLOPT_SSLCERTTYPE 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options" .SH NAME -CURLOPT_SSLCERTTYPE \- specify type of the client SSL certficate +CURLOPT_SSLCERTTYPE \- specify type of the client SSL certificate .SH SYNOPSIS #include <curl/curl.h> |