From e69c1e89184ac0ddfb6486a34457865c655e8189 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 27 Jul 2001 23:07:38 +0000 Subject: [PATCH] correct a typo in a comment --- qw/source/sv_pr_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/sv_pr_cmds.c b/qw/source/sv_pr_cmds.c index 8620101d8..2b5cc4efb 100644 --- a/qw/source/sv_pr_cmds.c +++ b/qw/source/sv_pr_cmds.c @@ -2092,7 +2092,7 @@ builtin_t sv_builtins[] = { PF_Fixme, // 89 PF_Fixme, // 90 PF_Fixme, // 91 - PF_testentitypos, // entity (enitty ent) testentitypos = #92 + PF_testentitypos, // entity (entity ent) testentitypos = #92 PF_hullpointcontents,// integer (entity ent, vector point) hullpointcontents = #93 PF_getboxbounds, // vector (integer hull, integer max) getboxbounds = #94 PF_getboxhull, // integer () getboxhull = #95