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 /tests | |
parent | 39dc0bca5b5124ec5b3e9aac391ad380cf5be6b7 (diff) |
cleanup: misc typos in strings and comments
Found via `codespell`
Closes #2389
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1108 | 2 | ||||
-rw-r--r-- | tests/data/test1209 | 2 | ||||
-rw-r--r-- | tests/data/test155 | 4 | ||||
-rwxr-xr-x | tests/testcurl.pl | 2 |
4 files changed, 5 insertions, 5 deletions
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> <servercmd> -REPLY PRET 550 unkown command +REPLY PRET 550 unknown command </servercmd> </reply> 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. <protocol> 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 <data1002> -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: |