fixed a typo.
authorGunter Knauf <gk@gknw.de>
Fri, 8 Feb 2008 21:04:24 +0000 (21:04 +0000)
committerGunter Knauf <gk@gknw.de>
Fri, 8 Feb 2008 21:04:24 +0000 (21:04 +0000)
docs/SSLCERTS

index 6719eac..040bc7d 100644 (file)
@@ -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.