[master] 9e3daae9e spelling: its

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


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

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

diff --git a/bin/varnishd/cache/cache_esi_deliver.c b/bin/varnishd/cache/cache_esi_deliver.c
index 33d1a22ad..23cdfe242 100644
--- a/bin/varnishd/cache/cache_esi_deliver.c
+++ b/bin/varnishd/cache/cache_esi_deliver.c
@@ -800,7 +800,7 @@ ved_gzgz_fini(struct vdp_ctx *vdc, void **priv)
 
 	/* XXX
 	 * this works due to the esi layering, a VDP pushing bytes from _fini
-	 * will otherwise have it's own _bytes method called.
+	 * will otherwise have its own _bytes method called.
 	 *
 	 * Could rewrite use VDP_END
 	 */
diff --git a/bin/varnishtest/tests/v00001.vtc b/bin/varnishtest/tests/v00001.vtc
index 8bcea8dbc..e8797abd1 100644
--- a/bin/varnishtest/tests/v00001.vtc
+++ b/bin/varnishtest/tests/v00001.vtc
@@ -68,7 +68,7 @@ varnish v1 -syntax 4.0 -vcl+backend {
 		set resp.proto = "HTTP/1.2";
 		set resp.reason = "Naah, lets fail it";
 		set resp.status = 904;
-		# XXX should be moved to it's own test
+		# XXX should be moved to its own test
 		set resp.http.x-served-by-hostname = server.hostname;
 		set resp.http.x-served-by-identity = server.identity;
 		set resp.http.foobar = resp.proto + resp.status;


More information about the varnish-commit mailing list