[master] 21460214b spelling: functioncall

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


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

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

diff --git a/doc/sphinx/phk/firstdesign.rst b/doc/sphinx/phk/firstdesign.rst
index 982a1f163..00373ef0e 100644
--- a/doc/sphinx/phk/firstdesign.rst
+++ b/doc/sphinx/phk/firstdesign.rst
@@ -955,7 +955,7 @@ A couple of days later the ideas had gel'ed::
 		else_part:	/* empty */
 				| "else" compound
 
-		functioncal:	"call" function_name
+		functioncall:	"call" function_name
 
 		field:		object
 				field "." variable


More information about the varnish-commit mailing list