From: Josh Soref Date: Thu, 2 Feb 2017 10:29:57 +0000 (+0000) Subject: spelling: registry X-Git-Tag: rec-4.1.0-alpha1~291^2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00d3c4e3875c7a12ed498807a17cfca2f05c9aae;p=pdns spelling: registry --- diff --git a/ext/luawrapper/include/LuaContext.hpp b/ext/luawrapper/include/LuaContext.hpp index 76402deb0..c7090f676 100644 --- a/ext/luawrapper/include/LuaContext.hpp +++ b/ext/luawrapper/include/LuaContext.hpp @@ -741,7 +741,7 @@ private: // equivalent of lua_settable with t[k]=n, where t is the value at the index in the template parameter, k is the second parameter, n is the last parameter, and n is pushed by the function in the first parameter // if there are more than 3 parameters, parameters 3 to n-1 are considered as sub-indices into the array // the dataPusher MUST push only one thing on the stack - // TTableIndex must be either LUA_REGISTERYINDEX, LUA_GLOBALSINDEX, LUA_ENVINDEX, or the position of the element on the stack + // TTableIndex must be either LUA_REGISTRYINDEX, LUA_GLOBALSINDEX, LUA_ENVINDEX, or the position of the element on the stack template static void setTable(lua_State* state, const PushedObject&, TIndex&& index, TData&& data) noexcept {