diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-02-23 23:29:01 +0000 |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-02-23 23:29:01 +0000 |
commit | 7e35eb77292fe6464889ddc8329c6a64136f969d (patch) | |
tree | 76b1bdd02473d44be6773d0c61bbe8e98aeb8ffd /tests/libtest | |
parent | 06df42410e8829b70812b56664ab9fe3c77b683a (diff) |
spelling fixes
Detected using the `codespell` tool.
Also contains one URL protocol upgrade.
Closes https://github.com/curl/curl/pull/2334
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib560.c | 2 | ||||
-rwxr-xr-x | tests/libtest/mk-lib1521.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/lib560.c b/tests/libtest/lib560.c index 0093ea113..16045e6da 100644 --- a/tests/libtest/lib560.c +++ b/tests/libtest/lib560.c @@ -31,7 +31,7 @@ * Simply download a HTTPS file! * * This test was added after the HTTPS-using-multi-interface with OpenSSL - * regression of 7.19.1 to hopefully prevent this embarassing mistake from + * regression of 7.19.1 to hopefully prevent this embarrassing mistake from * appearing again... Unfortunately the bug wasn't triggered by this test, * which presumably is because the connect to a local server is too * fast/different compared to the real/distant servers we saw the bug happen diff --git a/tests/libtest/mk-lib1521.pl b/tests/libtest/mk-lib1521.pl index fbb1cdee2..9771cf57f 100755 --- a/tests/libtest/mk-lib1521.pl +++ b/tests/libtest/mk-lib1521.pl @@ -71,7 +71,7 @@ struct data { /* Unexpected error. CURLE_NOT_BUILT_IN - means disabled at build CURLE_UNKNOWN_OPTION - means no such option (anymore?) - CURLE_SSL_ENGINE_NOTFOUND - set unkown ssl engine + CURLE_SSL_ENGINE_NOTFOUND - set unknown ssl engine CURLE_UNSUPPORTED_PROTOCOL - set bad HTTP version CURLE_BAD_FUNCTION_ARGUMENT - unsupported value */ |