]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_PROXY_SSL_VERIFYPEER.3: fix minor grammar mistake
authorColman Mbuya <colman.mbuya@hotmail.com>
Fri, 14 Apr 2023 13:36:40 +0000 (15:36 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 14 Apr 2023 14:35:19 +0000 (16:35 +0200)
Closes #10968

docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3

index 079868b6831ef37c9f9b7cfb5dbe84d4b720c302..7cc7872ecaf0030d6552cb711543eda62fc74977 100644 (file)
@@ -35,7 +35,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXY_SSL_VERIFYPEER,
 .SH DESCRIPTION
 Pass a long as parameter set to 1L to enable or 0L to disable.
 
-This option tells curl to verifies the authenticity of the HTTPS proxy's
+This option tells curl to verify the authenticity of the HTTPS proxy's
 certificate. A value of 1 means curl verifies; 0 (zero) means it does not.
 
 This is the proxy version of \fICURLOPT_SSL_VERIFYPEER(3)\fP that is used for