[master] 0b938f2a1 Revert "spelling: gzipped"

Nils Goroll nils.goroll at uplex.de
Thu Sep 12 14:02:04 UTC 2024


commit 0b938f2a1f91947cb0547067ce98488af93c7f21
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Sep 12 15:58:49 2024 +0200

    Revert "spelling: gzipped"
    
    In accordance with a -commit discussion before we forget: if this was changed,
    both the upper- and lowercase variants should be changed, but that would break
    modules/extensions for no good reason.
    
    This reverts commit 2c3e4a1485e5bf6a460c3d8ab272ee9888bbfaf1.

diff --git a/include/tbl/obj_attr.h b/include/tbl/obj_attr.h
index dbbb2295d..f9441b17a 100644
--- a/include/tbl/obj_attr.h
+++ b/include/tbl/obj_attr.h
@@ -56,7 +56,7 @@
 
 #ifdef OBJ_FLAG
 /* upper, lower, val */
-  OBJ_FLAG(GZIPED,	gzipped,	(1<<1))
+  OBJ_FLAG(GZIPED,	gziped,		(1<<1))
   OBJ_FLAG(CHGCE,	chgce,		(1<<2))
   OBJ_FLAG(IMSCAND,	imscand,	(1<<3))
   OBJ_FLAG(ESIPROC,	esiproc,	(1<<4))


More information about the varnish-commit mailing list