summaryrefslogtreecommitdiffstats
path: root/src/scripting/luascript.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripting/luascript.hpp')
-rw-r--r--src/scripting/luascript.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripting/luascript.hpp b/src/scripting/luascript.hpp
index 398fbec..b5590cf 100644
--- a/src/scripting/luascript.hpp
+++ b/src/scripting/luascript.hpp
@@ -37,7 +37,7 @@ class LuaScript: public Script
public:
/**
* Constructor. Initializes a new Lua state, registers the native API
- * and loads the libtmw.lua file.
+ * and loads the libmana.lua file.
*/
LuaScript();