From c4ba9369b0c7ca48dbdf80d130403747cb7bd78c Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Fri, 1 Nov 2013 17:40:57 +0100 Subject: Fixed typo in docs --- src/scripting/lua.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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) -- cgit v1.2.3-70-g09d2