[master] bb8bcca31 Fix typo

Nils Goroll nils.goroll at uplex.de
Tue Nov 8 17:51:08 UTC 2022


commit bb8bcca318064614a263a0c491a8f7cc08bbabb9
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Nov 8 18:42:20 2022 +0100

    Fix typo
    
    As far as I can see, this is only used in the vim->n_ stats, which are,
    apparently, not used anywhere.

diff --git a/lib/libvcc/vcc_vmod.h b/lib/libvcc/vcc_vmod.h
index 2f386cf5a..1fe6e5360 100644
--- a/lib/libvcc/vcc_vmod.h
+++ b/lib/libvcc/vcc_vmod.h
@@ -31,7 +31,7 @@
 #define STANZA_TBL \
 	STANZA(ALIAS, alias, SYM_ALIAS) \
 	STANZA(CPROTO, cproto, SYM_NONE) \
-	STANZA(EVENT, evant, SYM_NONE) \
+	STANZA(EVENT, event, SYM_NONE) \
 	STANZA(FUNC, func, SYM_FUNC) \
 	STANZA(METHOD, method, SYM_METHOD) \
 	STANZA(OBJ, obj, SYM_OBJECT) \


More information about the varnish-commit mailing list