[master] 9f523eb17 spelling: object

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


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

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

diff --git a/bin/varnishd/storage/stevedore.c b/bin/varnishd/storage/stevedore.c
index 34f3919fe..9ab3ba501 100644
--- a/bin/varnishd/storage/stevedore.c
+++ b/bin/varnishd/storage/stevedore.c
@@ -89,7 +89,7 @@ STV_NewObject(struct worker *wrk, struct objcore *oc,
 	AN(stv->allocobj);
 	if (stv->allocobj(wrk, stv, oc, wsl) == 0) {
 		VSLb(wrk->vsl, SLT_Error,
-		    "Failed to create object object from %s %s",
+		    "Failed to create object from %s %s",
 		    stv->name, stv->ident);
 		return (0);
 	}
diff --git a/bin/varnishtest/tests/m00058.vtc b/bin/varnishtest/tests/m00058.vtc
index e339764ae..75e32d6c8 100644
--- a/bin/varnishtest/tests/m00058.vtc
+++ b/bin/varnishtest/tests/m00058.vtc
@@ -75,7 +75,7 @@ client c1 {
 	expect resp.status == 200
 	expect resp.http.npurged == 1
 
-	# Wait for the obejct to enter keep
+	# Wait for the object to enter keep
 	delay 1
 
 	# We don't get a grace hit, but the backend gets an IMS header
diff --git a/bin/varnishtest/tests/r03502.vtc b/bin/varnishtest/tests/r03502.vtc
index db9e0a97f..e2d30faf5 100644
--- a/bin/varnishtest/tests/r03502.vtc
+++ b/bin/varnishtest/tests/r03502.vtc
@@ -41,7 +41,7 @@ logexpect l1 -v v1 -g vxid -q "vxid == 1004" {
 	# Ensure the FetchError is in vbf_beresp2obj()
 	# not later in the VFP. Otherwise we have too much free_space
 	fail add  =	Storage
-	expect 0  =	Error      	{^Failed to create object object from .+ Transient}
+	expect 0  =	Error      	{^Failed to create object from .+ Transient}
 	expect 0  =	FetchError      {^Could not get storage}
 	fail clear
 } -start


More information about the varnish-commit mailing list