summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/m_hotkeys.cpp
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2017-11-26 18:13:28 +0300
committeraunsane <aunsane@gmail.com>2017-11-26 18:13:28 +0300
commit81885236ca6229fc40eeafda048a3ca677e9420f (patch)
treeedfb532b1254df559bef74a3b384d78c4fb4feaa /plugins/MirLua/src/m_hotkeys.cpp
parent58af0f18891fe0f7cfe10e6998ce365fb5d20d55 (diff)
MirLua: typo
Diffstat (limited to 'plugins/MirLua/src/m_hotkeys.cpp')
-rw-r--r--plugins/MirLua/src/m_hotkeys.cpp2
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);