summaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2020-12-12 09:59:10 -0800
committerDan Fandrich <dan@coneharvesters.com>2020-12-12 09:59:28 -0800
commit2a264d494e006b8ca9f1bad0798893c7b52f3a98 (patch)
tree651ad0bcdc4aae982b1c2039d2d1a447ccdcb902 /docs/TODO
parentc29db0303d52ee5db853a600cf3b6a2a5e4c042e (diff)
downloadcurl-2a264d494e006b8ca9f1bad0798893c7b52f3a98.tar.gz
docs: Fix some typos
[skip ci]
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/TODO b/docs/TODO
index d064ca28c..f86e92ffc 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -721,7 +721,7 @@ that doesn't exist on the server, just like --ftp-create-dirs.
You can specify the private and public keys for SSH/SSL as file paths. Some
programs want to avoid using files and instead just pass them as in-memory
data blobs. There's probably a challenge to make this work across the
- plethory of different TLS and SSH backends that curl supports.
+ plethora of different TLS and SSH backends that curl supports.
https://github.com/curl/curl/issues/2310
13.4 Cache/share OpenSSL contexts
@@ -799,7 +799,7 @@ that doesn't exist on the server, just like --ftp-create-dirs.
certificates when comparing the pinned keys. Therefore it is not compatible
with "HTTP Public Key Pinning" as there also intermediate and root
certificates can be pinned. This is very useful as it prevents webadmins from
- "locking themself out of their servers".
+ "locking themselves out of their servers".
Adding this feature would make curls pinning 100% compatible to HPKP and
allow more flexible pinning.
@@ -824,7 +824,7 @@ that doesn't exist on the server, just like --ftp-create-dirs.
13.14 Support the clienthello extension
Certain stupid networks and middle boxes have a problem with SSL handshake
- pakets that are within a certain size range because how that sets some bits
+ packets that are within a certain size range because how that sets some bits
that previously (in older TLS version) were not set. The clienthello
extension adds padding to avoid that size range.
@@ -1054,7 +1054,7 @@ that doesn't exist on the server, just like --ftp-create-dirs.
Consider a command line option that can make curl do multiple serial requests
slow, potentially with a (random) wait between transfers. There's also a
- propsed set of standard HTTP headers to let servers let the client adapt to
+ proposed set of standard HTTP headers to let servers let the client adapt to
its rate limits:
https://www.ietf.org/id/draft-polli-ratelimit-headers-02.html
@@ -1143,7 +1143,7 @@ that doesn't exist on the server, just like --ftp-create-dirs.
18.23 Set the modification date on an uploaded file
- For SFTP and posssibly FTP, curl could offer an option to set the
+ For SFTP and possibly FTP, curl could offer an option to set the
modification time for the uploaded file.
See https://github.com/curl/curl/issues/5768