Skip to content

Commit

Permalink
docs: fix grammar around needing pass phrase
Browse files Browse the repository at this point in the history
"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.
  • Loading branch information
Martin Ågren authored and bagder committed Oct 11, 2022
1 parent d91c736 commit c96462a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLOPT_KEYPASSWD.3
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.3
Expand Up @@ -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
Expand Down

0 comments on commit c96462a

Please sign in to comment.