From af06d6e6f8b753e2a26c2ed0b7a8edc6163e573e Mon Sep 17 00:00:00 2001 From: Molgrum Date: Mon, 15 Oct 2007 01:49:28 +0000 Subject: [PATCH] s/challange/challenge :) git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2747 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/client/cl_main.c b/engine/client/cl_main.c index 8dcc0389..a87a8da2 100644 --- a/engine/client/cl_main.c +++ b/engine/client/cl_main.c @@ -2035,7 +2035,7 @@ void CL_ConnectionlessPacket (void) } else { - Con_Printf("\nChallange from another protocol, ignoring Q3 challange\n"); + Con_Printf("\nChallenge from another protocol, ignoring Q3 challenge\n"); return; } return; @@ -2061,7 +2061,7 @@ void CL_ConnectionlessPacket (void) CL_ConnectToDarkPlaces(s+9, net_from); } else - Con_Printf("\nChallange from another protocol, ignoring DP challange\n"); + Con_Printf("\nChallenge from another protocol, ignoring DP challenge\n"); #else Con_Printf("\nUnable connect to DarkPlaces\n"); #endif @@ -2073,7 +2073,7 @@ void CL_ConnectionlessPacket (void) cls.protocol = CP_QUAKE2; else { - Con_Printf("\nChallange from another protocol, ignoring Q2 challange\n"); + Con_Printf("\nChallenge from another protocol, ignoring Q2 challenge\n"); return; } #else