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