From f7df67cff0a756eefc8daea36e6468df694a43d0 Mon Sep 17 00:00:00 2001 From: klemens Date: Sun, 26 Mar 2017 17:02:22 +0200 Subject: spelling fixes Closes #1356 --- tests/data/DISABLED | 2 +- tests/data/test1429 | 2 +- tests/data/test1430 | 2 +- tests/data/test1431 | 2 +- tests/data/test1432 | 2 +- tests/data/test554 | 2 +- tests/data/test555 | 2 +- tests/data/test842 | 2 +- tests/data/test843 | 2 +- tests/data/test844 | 2 +- tests/data/test845 | 2 +- tests/data/test887 | 2 +- tests/data/test888 | 2 +- tests/data/test889 | 2 +- tests/data/test890 | 2 +- tests/data/test946 | 2 +- tests/data/test947 | 2 +- tests/data/test948 | 2 +- tests/data/test949 | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'tests/data') diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 6ab4c4376..11d54b463 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -13,7 +13,7 @@ # test 1801 causes problems on Mac OS X and github # https://github.com/curl/curl/issues/380 1801 -# test 1510 casues problems on the CI on github +# test 1510 causes problems on the CI on github # example: https://travis-ci.org/curl/curl/builds/81633600 1510 # Pipelining test that is causing false positives a little too often diff --git a/tests/data/test1429 b/tests/data/test1429 index da09dca48..ddf52ec42 100644 --- a/tests/data/test1429 +++ b/tests/data/test1429 @@ -31,7 +31,7 @@ http -HTTP GET with 4-digit reponse code +HTTP GET with 4-digit response code http://%HOSTIP:%HTTPPORT/1429 --write-out '%{response_code}' diff --git a/tests/data/test1430 b/tests/data/test1430 index c5f65cfc8..e3c9b1d60 100644 --- a/tests/data/test1430 +++ b/tests/data/test1430 @@ -30,7 +30,7 @@ Funny-head: yesyes http -HTTP GET with negative reponse code +HTTP GET with negative response code http://%HOSTIP:%HTTPPORT/1430 diff --git a/tests/data/test1431 b/tests/data/test1431 index 4ea33edc2..bec3ebbde 100644 --- a/tests/data/test1431 +++ b/tests/data/test1431 @@ -30,7 +30,7 @@ Funny-head: yesyes http -HTTP GET with single-digit reponse code +HTTP GET with single-digit response code http://%HOSTIP:%HTTPPORT/1431 diff --git a/tests/data/test1432 b/tests/data/test1432 index eb1d0c2ad..7f41c65be 100644 --- a/tests/data/test1432 +++ b/tests/data/test1432 @@ -31,7 +31,7 @@ http -HTTP GET with 100-digit reponse code and survive +HTTP GET with 100-digit response code and survive http://%HOSTIP:%HTTPPORT/1432 diff --git a/tests/data/test554 b/tests/data/test554 index fdbd1868b..3419e5e0f 100644 --- a/tests/data/test554 +++ b/tests/data/test554 @@ -61,7 +61,7 @@ http://%HOSTIP:%HTTPPORT/554 s/^--------------------------[a-z0-9]*/------------------------------/ s/boundary=------------------------[a-z0-9]*/boundary=----------------------------/ -# Note that the stripping above removes 12 bytes from every occurance of the +# Note that the stripping above removes 12 bytes from every occurrence of the # boundary string and since 5 of them are in the body contents, we see # (5*12) == 60 bytes less diff --git a/tests/data/test555 b/tests/data/test555 index 0f3bb07fc..0bccf3bfa 100644 --- a/tests/data/test555 +++ b/tests/data/test555 @@ -1,6 +1,6 @@ # NOTE: this test case is a duplicate of 547 but the tool is built to use the -# multi interface instead of easy, but that shouldn't be noticable at all in +# multi interface instead of easy, but that shouldn't be noticeable at all in # this file! diff --git a/tests/data/test842 b/tests/data/test842 index b98d5a25e..d5aabbca8 100644 --- a/tests/data/test842 +++ b/tests/data/test842 @@ -40,7 +40,7 @@ IMAP OAuth 2.0 (OAUTHBEARER) authentication 'imap://%HOSTIP:%IMAPPORT/842/;UID=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM -# The protocol section doesn't support ways of specifing the raw data in the +# The protocol section doesn't support ways of specifying the raw data in the # base64 encoded message so we must assert this perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%IMAPPORT' ne '9003' );" diff --git a/tests/data/test843 b/tests/data/test843 index 266aaa7c4..a1c31a454 100644 --- a/tests/data/test843 +++ b/tests/data/test843 @@ -41,7 +41,7 @@ IMAP OAuth 2.0 (OAUTHBEARER) authentication with initial response 'imap://%HOSTIP:%IMAPPORT/843/;UID=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM -# The protocol section doesn't support ways of specifing the raw data in the +# The protocol section doesn't support ways of specifying the raw data in the # base64 encoded message so we must assert this perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%IMAPPORT' ne '9003' );" diff --git a/tests/data/test844 b/tests/data/test844 index 4acd66726..055a9d2f4 100644 --- a/tests/data/test844 +++ b/tests/data/test844 @@ -32,7 +32,7 @@ IMAP OAuth 2.0 (OAUTHBEARER) failure as continuation 'imap://%HOSTIP:%IMAPPORT/844/;UID=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM -# The protocol section doesn't support ways of specifing the raw data in the +# The protocol section doesn't support ways of specifying the raw data in the # base64 encoded message so we must assert this perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%IMAPPORT' ne '9003' );" diff --git a/tests/data/test845 b/tests/data/test845 index 152ab5827..e23b3d69e 100644 --- a/tests/data/test845 +++ b/tests/data/test845 @@ -33,7 +33,7 @@ IMAP OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response 'imap://%HOSTIP:%IMAPPORT/845/;UID=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM -# The protocol section doesn't support ways of specifing the raw data in the +# The protocol section doesn't support ways of specifying the raw data in the # base64 encoded message so we must assert this perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%IMAPPORT' ne '9003' );" diff --git a/tests/data/test887 b/tests/data/test887 index b39dc21cc..fed4e3d92 100644 --- a/tests/data/test887 +++ b/tests/data/test887 @@ -42,7 +42,7 @@ POP3 OAuth 2.0 (OAUTHBEARER) authentication pop3://%HOSTIP:%POP3PORT/887 -u user --oauth2-bearer mF_9.B5f-4.1JqM -# The protocol section doesn't support ways of specifing the raw data in the +# The protocol section doesn't support ways of specifying the raw data in the # base64 encoded message so we must assert this perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%POP3PORT' ne '9001' );" diff --git a/tests/data/test888 b/tests/data/test888 index 1a359df22..c52974f19 100644 --- a/tests/data/test888 +++ b/tests/data/test888 @@ -42,7 +42,7 @@ POP3 OAuth 2.0 (OAUTHBEARER) authentication with initial response pop3://%HOSTIP:%POP3PORT/888 -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir -# The protocol section doesn't support ways of specifing the raw data in the +# The protocol section doesn't support ways of specifying the raw data in the # base64 encoded message so we must assert this perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%POP3PORT' ne '9001' );" diff --git a/tests/data/test889 b/tests/data/test889 index 5fbd0ca8a..da26a3729 100644 --- a/tests/data/test889 +++ b/tests/data/test889 @@ -34,7 +34,7 @@ POP3 OAuth 2.0 (OAUTHBEARER) failure as continuation pop3://%HOSTIP:%POP3PORT/889 -u user --oauth2-bearer mF_9.B5f-4.1JqM -# The protocol section doesn't support ways of specifing the raw data in the +# The protocol section doesn't support ways of specifying the raw data in the # base64 encoded message so we must assert this perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%POP3PORT' ne '9001' );" diff --git a/tests/data/test890 b/tests/data/test890 index 6392dfa01..30aa0b232 100644 --- a/tests/data/test890 +++ b/tests/data/test890 @@ -34,7 +34,7 @@ POP3 OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response pop3://%HOSTIP:%POP3PORT/890 -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir -# The protocol section doesn't support ways of specifing the raw data in the +# The protocol section doesn't support ways of specifying the raw data in the # base64 encoded message so we must assert this perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%POP3PORT' ne '9001' );" diff --git a/tests/data/test946 b/tests/data/test946 index d34bd914e..da4b924f9 100644 --- a/tests/data/test946 +++ b/tests/data/test946 @@ -35,7 +35,7 @@ mail body smtp://%HOSTIP:%SMTPPORT/946 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM -T - -# The protocol section doesn't support ways of specifing the raw data in the +# The protocol section doesn't support ways of specifying the raw data in the # base64 encoded message so we must assert this perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%SMTPPORT' ne '9005' );" diff --git a/tests/data/test947 b/tests/data/test947 index 03648a412..d33a55931 100644 --- a/tests/data/test947 +++ b/tests/data/test947 @@ -35,7 +35,7 @@ mail body smtp://%HOSTIP:%SMTPPORT/947 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir -T - -# The protocol section doesn't support ways of specifing the raw data in the +# The protocol section doesn't support ways of specifying the raw data in the # base64 encoded message so we must assert this perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%SMTPPORT' ne '9005' );" diff --git a/tests/data/test948 b/tests/data/test948 index 51bb41ad2..9c1e31deb 100644 --- a/tests/data/test948 +++ b/tests/data/test948 @@ -36,7 +36,7 @@ mail body smtp://%HOSTIP:%SMTPPORT/948 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM -T - -# The protocol section doesn't support ways of specifing the raw data in the +# The protocol section doesn't support ways of specifying the raw data in the # base64 encoded message so we must assert this perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%SMTPPORT' ne '9005' );" diff --git a/tests/data/test949 b/tests/data/test949 index f84c42b40..9145d61e9 100644 --- a/tests/data/test949 +++ b/tests/data/test949 @@ -36,7 +36,7 @@ mail body smtp://%HOSTIP:%SMTPPORT/949 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir -T - -# The protocol section doesn't support ways of specifing the raw data in the +# The protocol section doesn't support ways of specifying the raw data in the # base64 encoded message so we must assert this perl -e "print 'Test requires default test server host and port' if ( '%HOSTIP' ne '127.0.0.1' || '%SMTPPORT' ne '9005' );" -- cgit v1.2.3