diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2021-07-16 03:17:03 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-07-16 23:53:13 +0200 |
commit | de1004eb0f917b265f187c14d9abaaf7f13f8422 (patch) | |
tree | ca3b1c01677d40c7771ef06cefa9c5fbacb4d631 /tests/data | |
parent | b463c10950e11f9275a6c007abcd06f5cf8532c6 (diff) | |
download | curl-de1004eb0f917b265f187c14d9abaaf7f13f8422.tar.gz |
cleanup: spell DoH with a lowercase o
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Closes #7413
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test2100 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test2100 b/tests/data/test2100 index 06170dee1..1fa0f23bf 100644 --- a/tests/data/test2100 +++ b/tests/data/test2100 @@ -11,7 +11,7 @@ DOH # Server-side <reply> -# This is the DOH response for foo.example.com A 127.0.0.1. This requires that +# This is the DoH response for foo.example.com A 127.0.0.1. This requires that # the test server is accessible at that address! <data1 base64="yes"> @@ -43,7 +43,7 @@ Funny-head: yesyes http </server> -# requires debug so that it can use the DOH server without https +# requires debug so that it can use the DoH server without https # requires IPv6 so that we can assume and compare both DoH requests <features> @@ -52,7 +52,7 @@ DoH ipv6 </features> <name> -HTTP GET using DOH +HTTP GET using DoH </name> <command> http://foo.example.com:%HTTPPORT/%TESTNUMBER --doh-url http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 |