misc: fix typos

Closes #13923
This commit is contained in:
RainRat 2024-06-11 10:16:50 -07:00 committed by Daniel Stenberg
parent 48952c1ab3
commit 1445b7ae23
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: curl
#
# Input: a cmdline docs markdown, it gets modfied *in place*
# Input: a cmdline docs markdown, it gets modified *in place*
#
# The main purpose is to strip off the leading meta-data part, but also to
# clean up whatever else the spell checker might have a problem with that we

View File

@ -891,7 +891,7 @@
13.17 Add CA caching to more TLS backends
The ability to cache the CA store between invokes can improve transfer
performance signficantly. In curl 8.9.0, only OpenSSL, Schannel and wolfSSL
performance significantly. In curl 8.9.0, only OpenSSL, Schannel and wolfSSL
support this.
14. GnuTLS

View File

@ -65,7 +65,7 @@ struct OUR_OSVERSIONINFOEXW {
* ignored.
* platform [in] - The optional platform identifier.
* condition [in] - The test condition used to specifier whether we are
* checking a version less then, equal to or greater than
* checking a version less than, equal to or greater than
* what is specified in the major and minor version
* numbers.
*