diff --git a/src/LuaJITEngine.cpp b/src/LuaJITEngine.cpp index 099a062..ee39157 100644 --- a/src/LuaJITEngine.cpp +++ b/src/LuaJITEngine.cpp @@ -36,7 +36,7 @@ struct LuaJITEngine : ScriptEngine { luaopen_bit(L); // Loads the JIT package otherwise it will be off luaopen_jit(L); - // Diables access to the JIT package + // Disables access to the JIT package lua_pushnil(L); lua_setglobal(L,"jit");