From c52dd5c2914b44012e88ccc6c5ca91e192518c92 Mon Sep 17 00:00:00 2001 From: Molgrum Date: Tue, 2 Oct 2007 15:56:16 +0000 Subject: [PATCH] Spelling :( git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2698 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/cl_main.c b/engine/client/cl_main.c index 1991f2791..4e7a4010e 100644 --- a/engine/client/cl_main.c +++ b/engine/client/cl_main.c @@ -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);