From 0b938f2a1f91947cb0547067ce98488af93c7f21 Mon Sep 17 00:00:00 2001 From: Nils Goroll Date: Thu, 12 Sep 2024 15:58:49 +0200 Subject: [PATCH] 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. --- include/tbl/obj_attr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tbl/obj_attr.h b/include/tbl/obj_attr.h index dbbb2295d07..f9441b17a12 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))