From 236402fc2d02068b2ce3656200031ced2fa3c8b1 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Thu, 15 Mar 2018 22:51:03 -0400 Subject: cleanup: misc typos in strings and comments Found via `codespell` Closes #2389 --- docs/INSTALL.cmake | 2 +- docs/TODO | 2 +- docs/examples/curlx.c | 2 +- docs/examples/shared-connection-cache.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/INSTALL.cmake b/docs/INSTALL.cmake index abdfb46b2..0a8e43971 100644 --- a/docs/INSTALL.cmake +++ b/docs/INSTALL.cmake @@ -34,7 +34,7 @@ Current flaws in the curl CMake build - Doesn't allow you to disable specific protocols from the build - Doesn't find or use krb4 or GSS - Rebuilds test files too eagerly, but still can't run the tests - - Does't detect the correct strerror_r flavor when cross-compiling (issue #1123) + - Doesn't detect the correct strerror_r flavor when cross-compiling (issue #1123) Command Line CMake diff --git a/docs/TODO b/docs/TODO index ea78d9f18..ba383a3be 100644 --- a/docs/TODO +++ b/docs/TODO @@ -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 diff --git a/docs/examples/curlx.c b/docs/examples/curlx.c index 2aa10aa75..3e47b460a 100644 --- a/docs/examples/curlx.c +++ b/docs/examples/curlx.c @@ -183,7 +183,7 @@ static unsigned char *my_get_ext(X509 *cert, const int type, /* This is an application verification call back, it does not perform any addition verification but tries to find a URL - in the presented certificat. If found, this will become + in the presented certificate. If found, this will become the URL to be used in the POST. */ diff --git a/docs/examples/shared-connection-cache.c b/docs/examples/shared-connection-cache.c index a1aa0d674..91864d9b2 100644 --- a/docs/examples/shared-connection-cache.c +++ b/docs/examples/shared-connection-cache.c @@ -20,7 +20,7 @@ * ***************************************************************************/ /* - * Connection cache shared between easy handles with the share inteface + * Connection cache shared between easy handles with the share interface * */ #include -- cgit v1.2.3