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 --- tests/data/test1108 | 2 +- tests/data/test1209 | 2 +- tests/data/test155 | 4 ++-- tests/testcurl.pl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/data/test1108 b/tests/data/test1108 index 7b779e11f..f83eb9570 100644 --- a/tests/data/test1108 +++ b/tests/data/test1108 @@ -11,7 +11,7 @@ PRET -REPLY PRET 550 unkown command +REPLY PRET 550 unknown command diff --git a/tests/data/test1209 b/tests/data/test1209 index 7086829f1..76bce5fd5 100644 --- a/tests/data/test1209 +++ b/tests/data/test1209 @@ -39,7 +39,7 @@ s/^EPRT \|1\|(.*)/EPRT \|1\|/ # The protocol part does not include QUIT simply because the error is # CURLE_OPERATION_TIMEDOUT (28) which is a generic timeout error without -# specificly saying for which connection it concerns, and for timeouts libcurl +# specifically saying for which connection it concerns, and for timeouts libcurl # marks the control channel as "invalid". As this test case times out for the # data connection it could still use the control channel. diff --git a/tests/data/test155 b/tests/data/test155 index b6451ec2e..9bdc8414c 100644 --- a/tests/data/test155 +++ b/tests/data/test155 @@ -39,7 +39,7 @@ This is not the real page either! # This is supposed to be returned when the server gets the second # Authorization: NTLM line passed-in from the client -HTTP/1.1 200 Type-3 Recevied and all Things are fine swsclose +HTTP/1.1 200 Type-3 Received and all Things are fine swsclose Server: Microsoft-IIS/5.0 Content-Type: text/html; charset=iso-8859-1 Content-Length: 32 @@ -62,7 +62,7 @@ Content-Length: 34 Content-Type: text/html; charset=iso-8859-1 WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA== -HTTP/1.1 200 Type-3 Recevied and all Things are fine swsclose +HTTP/1.1 200 Type-3 Received and all Things are fine swsclose Server: Microsoft-IIS/5.0 Content-Type: text/html; charset=iso-8859-1 Content-Length: 32 diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 9749bc7d1..69722fb36 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -31,7 +31,7 @@ # at a regular interval. The output is suitable to be mailed to # curl-autocompile@haxx.se to be dealt with automatically (make sure the # subject includes the word "autobuild" as the mail gets silently discarded -# otherwise). The most current build status (with a resonable backlog) will +# otherwise). The most current build status (with a reasonable backlog) will # be published on the curl site, at https://curl.haxx.se/auto/ # USAGE: -- cgit v1.2.3