# HG changeset patch
# User Wuzzy
# Date 1561280851 -3600
# Node ID b36285e8e3f5d18d296282c8657d4cb37b799861
# Parent  c11105f7579aa04377f441d158b6565e4ac44562
LuaGameplay: Fix AddMissionTeam

diff -r c11105f7579a -r b36285e8e3f5 LuaGameplay.wiki
--- a/LuaGameplay.wiki	Fri Jun 21 23:47:15 2019 +0100
+++ b/LuaGameplay.wiki	Sun Jun 23 10:07:31 2019 +0100
@@ -404,7 +404,7 @@
 This function is very similar to `AddTeam`. Team settings like team name and flag will be taken from the player-chosen team.
 You only need to specify the clan color, which has the same meaning as in `AddTeam`.
 
-This function returns two values: `<real team name>, <team index>`. For functions that need the team name as input (lke `DismissTeam`), you must use this returned `<real team name>`.
+This function returns two values: `<team name>, <team index>`. For functions that need the team name as input (lke `DismissTeam`), you must use this returned `<team name>`.
 
 Use `AddMissionHog` or `AddHog` afterwards to add hedgehogs for this team. You can mix `AddMissionHog` and `AddHog` as you wish.