[master] 064c9f5bb spelling: nonexistent

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


commit 064c9f5bb80b4d80796cbea094d331bed6ee818a
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Wed Aug 7 08:30:59 2024 -0400

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

diff --git a/vmod/tests/cookie_b00007.vtc b/vmod/tests/cookie_b00007.vtc
index 418e91120..0d52c1e76 100644
--- a/vmod/tests/cookie_b00007.vtc
+++ b/vmod/tests/cookie_b00007.vtc
@@ -7,7 +7,7 @@ varnish v1 -vcl {
 	sub vcl_synth {
 		cookie.set("cookie1", "cookie1value");
 		set resp.http.does = cookie.isset("cookie1");
-		set resp.http.does-not = cookie.isset("non-existent");
+		set resp.http.does-not = cookie.isset("nonexistent");
 		set resp.http.null = cookie.isset("");
 		set resp.http.null2 = cookie.isset(req.http.probably-null);
 	}
diff --git a/vmod/tests/std_b00005.vtc b/vmod/tests/std_b00005.vtc
index 11cb16aec..0204ccfab 100644
--- a/vmod/tests/std_b00005.vtc
+++ b/vmod/tests/std_b00005.vtc
@@ -77,7 +77,7 @@ varnish v1 -vcl+backend {
 		set resp.http.port11 = std.port(debug.get_ip());
 		std.timestamp("1.2.3.4 80, p = 443");
 
-		debug.store_ip(std.ip(req.http.non-existent, server.ip));
+		debug.store_ip(std.ip(req.http.nonexistent, server.ip));
 		set resp.http.ip12 = debug.get_ip();
 		set resp.http.port12 = std.port(debug.get_ip());
 		std.timestamp("NULL, server.ip");


More information about the varnish-commit mailing list