Skip to content

Commit

Permalink
Revert "spelling: gzipped"
Browse files Browse the repository at this point in the history
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 2c3e4a1.
  • Loading branch information
nigoroll committed Sep 12, 2024
1 parent 5a6d618 commit 0b938f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tbl/obj_attr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 0b938f2

Please sign in to comment.