[master] b7464def3 spelling: response

Poul-Henning Kamp phk at FreeBSD.org
Mon Aug 19 12:44:12 UTC 2024


commit b7464def3ff68c18eb70395d03da34eee85a3944
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Wed Aug 7 08:31:01 2024 -0400

    spelling: response
    
    Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>

diff --git a/bin/varnishtest/tests/b00082.vtc b/bin/varnishtest/tests/b00082.vtc
index 8b659a913..c22344d31 100644
--- a/bin/varnishtest/tests/b00082.vtc
+++ b/bin/varnishtest/tests/b00082.vtc
@@ -1,4 +1,4 @@
-varnishtest "Backend IMS 304 reponse with Content-Length 0"
+varnishtest "Backend IMS 304 response with Content-Length 0"
 
 # this case tests invalid behaviour, which we should handle gracefully anyway
 
diff --git a/bin/varnishtest/tests/l00003.vtc b/bin/varnishtest/tests/l00003.vtc
index 5ecef3faa..43e8cc6e7 100644
--- a/bin/varnishtest/tests/l00003.vtc
+++ b/bin/varnishtest/tests/l00003.vtc
@@ -38,7 +38,7 @@ varnish v1 -vcl+backend {
 # \r\n					 2 bytes
 # Total:				45 bytes
 
-# Reponse:
+# Response:
 # HTTP/1.1 200 OK\r\n			17 bytes
 # Accept-Ranges: bytes\r\n		22 bytes
 # Transfer-Encoding: chunked\r\n	28 bytes
diff --git a/bin/varnishtest/tests/l00005.vtc b/bin/varnishtest/tests/l00005.vtc
index d63d5ebb2..184d5a911 100644
--- a/bin/varnishtest/tests/l00005.vtc
+++ b/bin/varnishtest/tests/l00005.vtc
@@ -46,7 +46,7 @@ varnish v1 -vcl+backend {
 # Host: foo.bar\r\n		 15 bytes
 # \r\n				  2 bytes
 # Total:			 70 bytes
-# Reponse:
+# Response:
 # HTTP/1.1\r\n			 10 bytes
 # \r\n				  2 bytes
 # Total:			 12 bytes


More information about the varnish-commit mailing list