From e8adcfd14a0979ca6874967d99db369644d9bfc5 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 11 May 2024 12:05:53 -0600 Subject: [PATCH] stand: Spell LUA_COMPILE_SET correctly. MFC After: 2 days Sponsored by: Netflix (cherry picked from commit e63d20b70ee1dbee9b075f29de6f30cdcfe1abe1) (cherry picked from commit 5dd6fb108dd9f5abbacbdc73197ef8468b93b958) Approved-by: re (cperciva) --- stand/liblua/lutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/liblua/lutils.h b/stand/liblua/lutils.h index ea715096df09..7fff8d3ae83d 100644 --- a/stand/liblua/lutils.h +++ b/stand/liblua/lutils.h @@ -34,7 +34,7 @@ int luaopen_pager(lua_State *); #include typedef void lua_init_md_t(lua_State *); -#define _LUA_COMPIE_SET Xlua_compile_set +#define _LUA_COMPILE_SET Xlua_compile_set #define LUA_COMPILE_SET(func) \ DATA_SET(_LUA_COMPILE_SET, func) #define LUA_FOREACH_SET(s) \