Signed-off-by: Luka Perkov <luka@openwrt.org>
#include <lauxlib.h>
#include <lua.h>
-#define MODNAME "ubus"
-#define METANAME MODNAME ".meta"
+#define MODNAME "ubus"
+#define METANAME MODNAME ".meta"
static lua_State *state;
obj->o.type->id = 0;
obj->o.type->methods = obj->o.methods;
- /* create the he callback lookup table */
+ /* create the callback lookup table */
lua_createtable(L, 1, 0);
lua_getglobal(L, "__ubus_cb");
lua_pushvalue(L, -2);