s/challange/challenge :)

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2747 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2007-10-15 01:49:28 +00:00
parent 6909915de1
commit af06d6e6f8

View file

@ -2035,7 +2035,7 @@ void CL_ConnectionlessPacket (void)
} }
else else
{ {
Con_Printf("\nChallange from another protocol, ignoring Q3 challange\n"); Con_Printf("\nChallenge from another protocol, ignoring Q3 challenge\n");
return; return;
} }
return; return;
@ -2061,7 +2061,7 @@ void CL_ConnectionlessPacket (void)
CL_ConnectToDarkPlaces(s+9, net_from); CL_ConnectToDarkPlaces(s+9, net_from);
} }
else else
Con_Printf("\nChallange from another protocol, ignoring DP challange\n"); Con_Printf("\nChallenge from another protocol, ignoring DP challenge\n");
#else #else
Con_Printf("\nUnable connect to DarkPlaces\n"); Con_Printf("\nUnable connect to DarkPlaces\n");
#endif #endif
@ -2073,7 +2073,7 @@ void CL_ConnectionlessPacket (void)
cls.protocol = CP_QUAKE2; cls.protocol = CP_QUAKE2;
else else
{ {
Con_Printf("\nChallange from another protocol, ignoring Q2 challange\n"); Con_Printf("\nChallenge from another protocol, ignoring Q2 challenge\n");
return; return;
} }
#else #else