diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-03-15 22:51:03 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-03-16 11:08:31 +0100 |
commit | 236402fc2d02068b2ce3656200031ced2fa3c8b1 (patch) | |
tree | bc9cdfb0d0f9ed85a0e90b4630abb199ec7fd40a /docs/TODO | |
parent | 39dc0bca5b5124ec5b3e9aac391ad380cf5be6b7 (diff) |
cleanup: misc typos in strings and comments
Found via `codespell`
Closes #2389
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -710,7 +710,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 suppports. + plethory of different TLS and SSH backends that curl supports. https://github.com/curl/curl/issues/2310 13.4 Cache/share OpenSSL contexts |