git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6748
d7cf8633-e32d-0410-b094-
e92efae38249
#define CL_F_SHUTDOWN "CSQC_Shutdown"
//[515]: these are optional
-#define CL_F_PARSE_TEMPENTITY "CSQC_Parse_TempEntity" //[515]: very helpfull when you want to create your own particles/decals/etc for effects that allready exist
+#define CL_F_PARSE_TEMPENTITY "CSQC_Parse_TempEntity" //[515]: very helpfull when you want to create your own particles/decals/etc for effects that already exist
#define CL_F_PARSE_STUFFCMD "CSQC_Parse_StuffCmd"
#define CL_F_PARSE_PRINT "CSQC_Parse_Print"
#define CL_F_PARSE_CENTERPRINT "CSQC_Parse_CenterPrint"
// precalculate passedict's owner edict pointer for comparisons
traceowner = passedict ? PRVM_PROG_TO_EDICT(passedict->fields.server->owner) : 0;
- // clip to enttiies
+ // clip to entities
numtouchedicts = SV_EntitiesInBox(clipboxmins, clipboxmaxs, MAX_EDICTS, touchedicts);
if (numtouchedicts > MAX_EDICTS)
{
// precalculate passedict's owner edict pointer for comparisons
traceowner = passedict ? PRVM_PROG_TO_EDICT(passedict->fields.client->owner) : 0;
- // clip to enttiies
+ // clip to entities
numtouchedicts = CSSV_EntitiesInBox(clipboxmins, clipboxmaxs, MAX_EDICTS, touchedicts);
if (numtouchedicts > MAX_EDICTS)
{