[master] 795eeed74 spelling: coalescing

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


commit 795eeed74fc4e9c96f4c38607f31289ab6daec16
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Wed Aug 7 08:37:07 2024 -0400

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

diff --git a/bin/varnishd/cache/cache_fetch.c b/bin/varnishd/cache/cache_fetch.c
index c035f8a25..76a819c2c 100644
--- a/bin/varnishd/cache/cache_fetch.c
+++ b/bin/varnishd/cache/cache_fetch.c
@@ -839,7 +839,7 @@ vbf_stp_condfetch(struct worker *wrk, struct busyobj *bo)
 		/* Wait for the stale object to become fully fetched, so
 		 * that we can catch fetch errors, before we unbusy the
 		 * new object. This serves two purposes. First it helps
-		 * with request coalesching, and stops long chains of
+		 * with request coalescing, and stops long chains of
 		 * IMS-updated short-TTL objects all streaming from a
 		 * single slow body fetch. Second it makes sure that all
 		 * the object attributes are complete when we copy them


More information about the varnish-commit mailing list