summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorColman Mbuya <colman.mbuya@hotmail.com>2023-04-14 15:36:40 +0200
committerDaniel Stenberg <daniel@haxx.se>2023-04-14 16:35:19 +0200
commitef8b1690c809107c72992ac2f1a363cef36a9a81 (patch)
tree176796fbd1785acef459e24f86734b12fe5aae86 /docs
parente39754f6a242c99a80a274280b61e884e5abcc7e (diff)
downloadcurl-ef8b1690c809107c72992ac2f1a363cef36a9a81.tar.gz
CURLOPT_PROXY_SSL_VERIFYPEER.3: fix minor grammar mistake
Closes #10968
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3 b/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3
index 079868b68..7cc7872ec 100644
--- a/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3
+++ b/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3
@@ -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