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/stdafx.h | |
parent | 58af0f18891fe0f7cfe10e6998ce365fb5d20d55 (diff) |
MirLua: typo
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r-- | plugins/MirLua/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index 4b5ad5a78b..92ae2a9d46 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -33,7 +33,7 @@ class CMLuaScript;
#include "mlua.h"
-#include "mlua_enviroment.h"
+#include "mlua_environment.h"
#include "mlua_script.h"
#include "mlua_module_loader.h"
#include "mlua_script_loader.h"
|