From e8baa18abd12ddf5443eff6141d0b25123384e21 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 13 Sep 2002 04:31:10 +0000 Subject: [PATCH] correct a spelling error --- qw/source/pmove.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qw/source/pmove.c b/qw/source/pmove.c index eef8904f5..b2df08dac 100644 --- a/qw/source/pmove.c +++ b/qw/source/pmove.c @@ -71,8 +71,8 @@ Pmove_Init_Cvars (void) { no_pogo_stick = Cvar_Get ("no_pogo_stick", "0", CVAR_SERVERINFO, Cvar_Info, "disable the ability to pogo stick: 0 pogo " - "alowed, 1 no pogo, 2 pogo but high friction, 3 " - "high friction and no pogo"); + "allowed, 1 no pogo, 2 pogo but high friction, " + "3 high friction and no pogo"); } #define STEPSIZE 18