From da8a79f2a2d4a3b35762fbc77f2b69852db3af5d Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Tue, 26 Sep 2023 14:53:20 -0400 Subject: DRTVWR-589: Fix typo due to old documentation. The function formerly known as luaL_typerror() is now luaL_typeerror(). --- indra/newview/llluamanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llluamanager.cpp b/indra/newview/llluamanager.cpp index f94b26f32e..c783b1fab6 100644 --- a/indra/newview/llluamanager.cpp +++ b/indra/newview/llluamanager.cpp @@ -482,7 +482,7 @@ lua_function(listen_events) { if (! lua_isfunction(L, -1)) { - return luaL_typerror(L, 1, "function"); + return luaL_typeerror(L, 1, "function"); } // return the distinct LLEventPump name so Lua code can post that with a // request as the reply pump -- cgit v1.2.3