summaryrefslogtreecommitdiff
path: root/src/scripting/lua.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripting/lua.cpp')
-rw-r--r--src/scripting/lua.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp
index 7a38ea95..2c61f95d 100644
--- a/src/scripting/lua.cpp
+++ b/src/scripting/lua.cpp
@@ -217,7 +217,7 @@ static int on_map_initialize(lua_State *s)
/** LUA on_craft (callbacks)
* on_craft(function ref)
**
- * Will make sure that the function `ref` gets called with the the crafting
+ * Will make sure that the function `ref` gets called with the crafting
* character and a table with the recipes {(id, amount}) when a character
* performs crafting.
*/
@@ -231,7 +231,7 @@ static int on_craft(lua_State *s)
/** LUA on_mapupdate (callbacks)
* on_mapupdate(function ref)
**
- * Will make sure that the function `ref` gets called with the the map id
+ * Will make sure that the function `ref` gets called with the map id
* as argument for each game tick and map.
*/
static int on_mapupdate(lua_State *s)