[master] b6afdfe50 spelling: cannot

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


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

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

diff --git a/include/vrt.h b/include/vrt.h
index 4bea3b178..7d573f3e2 100644
--- a/include/vrt.h
+++ b/include/vrt.h
@@ -467,7 +467,7 @@ enum vcl_func_call_e {
 enum vcl_func_fail_e {
 	VSUB_E_OK,
 	VSUB_E_RECURSE, // call would recurse
-	VSUB_E_METHOD	// can not be called from this method
+	VSUB_E_METHOD	// cannot be called from this method
 };
 
 typedef void vcl_func_f(VRT_CTX, enum vcl_func_call_e, enum vcl_func_fail_e *);


More information about the varnish-commit mailing list