diff --git a/src/game/server/gamecontext.cpp b/src/game/server/gamecontext.cpp index fef9a29d8..98c66a873 100644 --- a/src/game/server/gamecontext.cpp +++ b/src/game/server/gamecontext.cpp @@ -2018,7 +2018,7 @@ void CGameContext::OnMessage(int MsgID, CUnpacker *pUnpacker, int ClientID) if(!GetPlayerChar(ClientID) || !GetPlayerChar(SpectateID) || GetDDRaceTeam(ClientID) != GetDDRaceTeam(SpectateID)) { - SendChatTarget(ClientID, "You can only move your team member to specators"); + SendChatTarget(ClientID, "You can only move your team member to spectators"); return; }