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) {