[master] f102d3353 spelling: in between

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


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

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

diff --git a/doc/sphinx/reference/vmod.rst b/doc/sphinx/reference/vmod.rst
index 553c406f7..bac18cd03 100644
--- a/doc/sphinx/reference/vmod.rst
+++ b/doc/sphinx/reference/vmod.rst
@@ -488,7 +488,7 @@ VCL_SUB
 	side).
 
 	For more than one invocation of ``VRT_call()``, VMODs *must*
-	check if ``VRT_handled()`` returns non-zero inbetween calls:
+	check if ``VRT_handled()`` returns non-zero in between calls:
 	The called SUB may have returned with an action (any
 	``return(x)`` other than plain ``return``) or may have failed
 	the VCL, and in both cases the calling VMOD *must* return


More information about the varnish-commit mailing list