Browse Source

Fixes typo in comment

tags/v1.3.0
Leonardo Laguna Ruiz Andrew Belt 5 years ago
parent
commit
4004bc4e96
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/LuaJITEngine.cpp

+ 1
- 1
src/LuaJITEngine.cpp View File

@@ -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");



Loading…
Cancel
Save