Just a spelling fix.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2772 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2007-10-31 19:56:51 +00:00
parent 693a184261
commit c267c17faf
1 changed files with 1 additions and 1 deletions

View File

@ -3152,7 +3152,7 @@ void QTV_Say(cluster_t *cluster, sv_t *qtv, viewer_t *v, char *message, qboolean
if (v->server)
SV_SayToUpstream(v->server, message);
// If the currect viewer is the player, pass on the say_team
// If the current viewer is the player, pass on the say_team
if (qtv && qtv->controller == v)
{
SendClientCommand(qtv, "say_team \"%s\"", message);