]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: fix grammar around needing pass phrase
authorMartin Ågren <martin.agren@gmail.com>
Tue, 11 Oct 2022 05:57:42 +0000 (07:57 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Oct 2022 06:05:26 +0000 (08:05 +0200)
"You never needed a pass phrase" reads like it's about to be followed by
something like "until version so-and-so", but that is not what is
intended. Change to "You never need a pass phrase". There are two
instances of this text, so make sure to update both.

docs/libcurl/opts/CURLOPT_KEYPASSWD.3
docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.3

index d2da329f50ade0a9dd7c2a31a8372fcfe3969ab8..6849f7be9d1fc97e4a4656dfd8a8e945ac2445e7 100644 (file)
@@ -34,7 +34,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_KEYPASSWD, char *pwd);
 .SH DESCRIPTION
 Pass a pointer to a null-terminated string as parameter. It will be used as
 the password required to use the \fICURLOPT_SSLKEY(3)\fP or
-\fICURLOPT_SSH_PRIVATE_KEYFILE(3)\fP private key.  You never needed a pass
+\fICURLOPT_SSH_PRIVATE_KEYFILE(3)\fP private key.  You never need a pass
 phrase to load a certificate but you need one to load your private key.
 
 The application does not have to keep the string around after setting this
index 9846bb62ac9d8e24cdd946d76b41ea81990e98ff..3fab2f40b8bb1de76b530ef804b2a36d149e96a1 100644 (file)
@@ -36,7 +36,7 @@ This option is for connecting to an HTTPS proxy, not an HTTPS server.
 
 Pass a pointer to a null-terminated string as parameter. It will be used as
 the password required to use the \fICURLOPT_PROXY_SSLKEY(3)\fP private key.
-You never needed a pass phrase to load a certificate but you need one to load
+You never need a pass phrase to load a certificate but you need one to load
 your private key.
 
 The application does not have to keep the string around after setting this