[master] 8b4493c5c spelling: with

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


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

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

diff --git a/lib/libvarnish/vsb.c b/lib/libvarnish/vsb.c
index 67a4efec8..61f119458 100644
--- a/lib/libvarnish/vsb.c
+++ b/lib/libvarnish/vsb.c
@@ -87,7 +87,7 @@ _assert_VSB_integrity(const char *fun, const struct vsb *s)
 	KASSERT(s != NULL,
 	    ("%s called with a NULL vsb pointer", fun));
 	KASSERT(s->magic == VSB_MAGIC,
-	    ("%s called wih an bogus vsb pointer", fun));
+	    ("%s called with an bogus vsb pointer", fun));
 	KASSERT(s->s_buf != NULL,
 	    ("%s called with uninitialized or corrupt vsb", fun));
 	KASSERT(s->s_len < s->s_size,


More information about the varnish-commit mailing list