From fade981a401ad910f4d59e270c31aed5be588d26 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 16 Nov 2001 04:41:39 +0000 Subject: [PATCH] spelling and grammar corrections to the spead cheat message --- qw/source/sv_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/sv_user.c b/qw/source/sv_user.c index e2546c1ee..0973c02ea 100644 --- a/qw/source/sv_user.c +++ b/qw/source/sv_user.c @@ -1473,7 +1473,7 @@ SV_RunCmd (usercmd_t *ucmd, qboolean inside) msec_cheating, host_client->name)); SV_BroadcastPrintf (PRINT_HIGH, - "Please see http://www.quakeforge.net/speed_cheat.php for infomation on QuakeForge's time cheat protection, and to explain how some may be cheating without knowing it.\n"); + "Please see http://www.quakeforge.net/speed_cheat.php for information on QuakeForge's time cheat protection. That page explains how some may be cheating without knowing it.\n"); SV_DropClient (host_client); } }