From ddd03c38a418c9f2ed204bf4fa68fd1d5feac11f Mon Sep 17 00:00:00 2001 From: sfan5 Date: Wed, 30 May 2018 16:30:44 +0200 Subject: Update embedded Lua to 5.1.5 (#7387) --- lib/lua/src/lbaselib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lua/src/lbaselib.c') diff --git a/lib/lua/src/lbaselib.c b/lib/lua/src/lbaselib.c index 2a4c079d3..2ab550bd4 100644 --- a/lib/lua/src/lbaselib.c +++ b/lib/lua/src/lbaselib.c @@ -631,7 +631,7 @@ static void base_open (lua_State *L) { luaL_register(L, "_G", base_funcs); lua_pushliteral(L, LUA_VERSION); lua_setglobal(L, "_VERSION"); /* set global _VERSION */ - /* `ipairs' and `pairs' need auxliliary functions as upvalues */ + /* `ipairs' and `pairs' need auxiliary functions as upvalues */ auxopen(L, "ipairs", luaB_ipairs, ipairsaux); auxopen(L, "pairs", luaB_pairs, luaB_next); /* `newproxy' needs a weaktable as upvalue */ -- cgit v1.2.3