aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-05-11 18:05:53 +0000
committerWarner Losh <imp@FreeBSD.org>2024-05-11 18:09:51 +0000
commite63d20b70ee1dbee9b075f29de6f30cdcfe1abe1 (patch)
tree750cfedfaca0c2f57f7d6c4aa7d1f8a72c3180c0
parentc1fccf0f60cad746e8f88d971d0ec9f36d691ccc (diff)
downloadsrc-e63d20b70ee1dbee9b075f29de6f30cdcfe1abe1.tar.gz
src-e63d20b70ee1dbee9b075f29de6f30cdcfe1abe1.zip
-rw-r--r--stand/liblua/lutils.h2
1 files changed, 1 insertions, 1 deletions
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 <sys/linker_set.h>
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) \