]> granicus.if.org Git - curl/commitdiff
opts: fixed a couple of typos
authorDan Fandrich <dan@coneharvesters.com>
Wed, 18 Jun 2014 21:07:08 +0000 (23:07 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 18 Jun 2014 21:07:08 +0000 (23:07 +0200)
docs/libcurl/opts/CURLOPT_NOBODY.3
docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3

index 64d479b6cfc432ff984c6c4c0609211443a9fc94..9720f45db8fd3b17e5237fc3ca04e668b425ffb5 100644 (file)
@@ -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
index 95718e6966cb1efae68cca887c48ae9a30056929..71979861c063e6367254c4f5a289c2a47d6b9b7e 100644 (file)
@@ -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>