diff options
author | aunsane <aunsane@gmail.com> | 2017-11-26 18:13:28 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-11-26 18:13:28 +0300 |
commit | 81885236ca6229fc40eeafda048a3ca677e9420f (patch) | |
tree | edfb532b1254df559bef74a3b384d78c4fb4feaa /plugins/MirLua/src/m_hotkeys.cpp | |
parent | 58af0f18891fe0f7cfe10e6998ce365fb5d20d55 (diff) |
MirLua: typo
Diffstat (limited to 'plugins/MirLua/src/m_hotkeys.cpp')
-rw-r--r-- | plugins/MirLua/src/m_hotkeys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirLua/src/m_hotkeys.cpp b/plugins/MirLua/src/m_hotkeys.cpp index 4988c80332..f6041b504e 100644 --- a/plugins/MirLua/src/m_hotkeys.cpp +++ b/plugins/MirLua/src/m_hotkeys.cpp @@ -41,7 +41,7 @@ static int hotkeys_Register(lua_State *L) HOTKEYDESC hk;
MakeHotkey(L, hk);
- int hScriptLangpack = CMLuaEnviroment::GetEnviromentId(L);
+ int hScriptLangpack = CMLuaEnvironment::GetEnvironmentId(L);
INT_PTR res = Hotkey_Register(&hk, hScriptLangpack);
lua_pushboolean(L, res);
|