diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llluamanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |