From 7a15ca6f5f158a97f17602d1cf48aa697b32edb9 Mon Sep 17 00:00:00 2001 From: Philipp Janda Date: Sun, 26 Apr 2015 19:13:23 +0200 Subject: Fix typo. --- compat53/module.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat53/module.lua b/compat53/module.lua index c69c131..0dd0317 100644 --- a/compat53/module.lua +++ b/compat53/module.lua @@ -530,7 +530,7 @@ if lua_version < "5.3" then if not is_luajit then - function M.xpall(f, msgh, ...) + function M.xpcall(f, msgh, ...) local args, n = { ... }, select('#', ...) return xpcall(function() return f(unpack(args, 1, n)) end, msgh) end -- cgit v1.2.3-55-g6feb