[master] cfdbb685c spelling: will

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


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

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

diff --git a/bin/varnishd/cache/cache_expire.c b/bin/varnishd/cache/cache_expire.c
index 3cdacbdc5..40362f109 100644
--- a/bin/varnishd/cache/cache_expire.c
+++ b/bin/varnishd/cache/cache_expire.c
@@ -191,7 +191,7 @@ EXP_Insert(struct worker *wrk, struct objcore *oc)
 	if (!(oc->exp_flags & OC_EF_REFD))
 		return;
 
-	/* One ref held by the caller, and one that wil be owned by
+	/* One ref held by the caller, and one that will be owned by
 	 * expiry. */
 	assert(oc->refcnt >= 2);
 


More information about the varnish-commit mailing list