thier -> their

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2818 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2007-12-23 20:28:40 +00:00
parent e855f380cd
commit fa9ffe86b4
5 changed files with 6 additions and 6 deletions

View file

@ -89,7 +89,7 @@ typedef struct edict_s
entity_state_t baseline;
qbyte solidtype; //relinks entities if thier solidity changed
qbyte solidtype; //relinks entities if their solidity changed
// other fields from progs come immediately after
} edict_t;