]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
misc: fix typos
authorRainRat <rainrat78@yahoo.ca>
Tue, 11 Jun 2024 17:16:50 +0000 (10:16 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Jun 2024 21:22:55 +0000 (23:22 +0200)
Closes #13923

.github/scripts/cleancmd.pl
docs/TODO
lib/version_win32.c

index fabcce23b9878b5c7e4b017369945ba4667ee81c..3c88c94939da0257c98641103adca9f32047b99c 100755 (executable)
@@ -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
index 490c203d506bf1257de231a2ffe4fd895c63f9a0..24d5a62f1549a73ae4fa3e22a1e10d1989dc0432 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
 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
index 463ed6971382b253043b1e874395d3f86767e842..b098f91a29390c25c605240424415ef1bbc4e373 100644 (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.
  *