Spelling :(

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2698 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2007-10-02 15:56:16 +00:00
parent 7ab0b2ea43
commit c52dd5c291
1 changed files with 1 additions and 1 deletions

View File

@ -2097,7 +2097,7 @@ void CL_ConnectionlessPacket (void)
cls.protocol = CP_QUAKEWORLD;
else
{
Con_Printf("\nChallange from another protocol, ignoring QW challange\n");
Con_Printf("\nChallenge from another protocol, ignoring QW challenge\n");
return;
}
cls.challenge = atoi(s);