From 2ba997de09c2061a87eeec11a6790a8a62af51ed Mon Sep 17 00:00:00 2001 From: gfgtdf Date: Fri, 19 Jul 2013 18:50:28 +0200 Subject: [PATCH] correction of a comment --- src/scripting/lua.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp index 26f03d2bb3a..de2dd6ae10f 100644 --- a/src/scripting/lua.cpp +++ b/src/scripting/lua.cpp @@ -2836,7 +2836,7 @@ static void luaW_pushsimdata(lua_State *L, const combatant &cmb) } /** - * Puts a table at the top of the stack with information about the weapons of the . + * Puts a table at the top of the stack with information about combatants' the weapons . */ static void luaW_pushsimweapon(lua_State *L, const battle_context_unit_stats &bcustats) {