aboutsummaryrefslogtreecommitdiff
path: root/docs/SSLCERTS
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2008-02-08 21:04:24 +0000
committerGunter Knauf <gk@gknw.de>2008-02-08 21:04:24 +0000
commit339ebdf08b409fd74761472954b646889366d5d4 (patch)
tree8849dc2b2809facdd3435563cfbd18fcf55e31c3 /docs/SSLCERTS
parentf01d324c8335310eb4d1328ed51aa537a0973b98 (diff)
fixed a typo.
Diffstat (limited to 'docs/SSLCERTS')
-rw-r--r--docs/SSLCERTS2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SSLCERTS b/docs/SSLCERTS
index 6719eac21..040bc7d3c 100644
--- a/docs/SSLCERTS
+++ b/docs/SSLCERTS
@@ -15,7 +15,7 @@ isn't included in the bundle or if the remote host is an impostor
impersonating your favorite site, and you want to transfer files from this
server, do one of the following:
- 1. Tell libcurl to *not* verify the peer. With libcurl you disable with with
+ 1. Tell libcurl to *not* verify the peer. With libcurl you disable this with
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE);
With the curl command line tool, you disable this with -k/--insecure.