From fa9ffe86b43f2a62395465fa317ba065480bbc92 Mon Sep 17 00:00:00 2001 From: Mark Olsen Date: Sun, 23 Dec 2007 20:28:40 +0000 Subject: [PATCH] thier -> their git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2818 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/snd_linux.c | 2 +- engine/common/com_mesh.h | 2 +- engine/common/cvar.h | 2 +- engine/common/tlout.h | 4 ++-- engine/server/progs.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/engine/client/snd_linux.c b/engine/client/snd_linux.c index a956c1efa..92855004e 100644 --- a/engine/client/snd_linux.c +++ b/engine/client/snd_linux.c @@ -128,7 +128,7 @@ static int OSS_InitCard(soundcardinfo_t *sc, int cardnum) if (!(fmt & AFMT_S16_LE) && sc->sn.samplebits > 8) sc->sn.samplebits = 8; // they asked for 16bit (the default) but their card does not support it if (!(fmt & AFMT_U8) && sc->sn.samplebits == 8) - { //thier card doesn't support 8bit which we're trying to use. + { //their card doesn't support 8bit which we're trying to use. Con_Printf(CON_ERROR "OSS: No needed sample formats supported\n"); OSS_Shutdown(sc); return 0; diff --git a/engine/common/com_mesh.h b/engine/common/com_mesh.h index 412516315..769f3b6ec 100644 --- a/engine/common/com_mesh.h +++ b/engine/common/com_mesh.h @@ -51,7 +51,7 @@ typedef struct { //frame is an index into this typedef struct { #ifdef SKELETALMODELS - qboolean isheirachical; //for models with transforms, states that bones need to be transformed from thier parent. + qboolean isheirachical; //for models with transforms, states that bones need to be transformed from their parent. //this is actually bad, and can result in bones shortening as they interpolate. #endif qboolean loop; diff --git a/engine/common/cvar.h b/engine/common/cvar.h index a7dade9ef..2c7628c4c 100644 --- a/engine/common/cvar.h +++ b/engine/common/cvar.h @@ -133,7 +133,7 @@ void Cvar_SetValue (cvar_t *var, float value); qboolean Cvar_ApplyLatchFlag(cvar_t *var, char *value, int flag); void Cvar_ApplyLatches(int latchflag); -//sets vars to thier latched values +//sets vars to their latched values void Cvar_Hook(cvar_t *cvar, void (*callback) (struct cvar_s *var, char *oldvalue)); //hook a cvar with a given callback function at runtime diff --git a/engine/common/tlout.h b/engine/common/tlout.h index f867af308..c3e281574 100644 --- a/engine/common/tlout.h +++ b/engine/common/tlout.h @@ -31,7 +31,7 @@ "STL_CLIENTISSTILLMUTED \"%s is muted (still)\\n\"\n" "STL_YOUAREMUTED \"%s is muted\\n\"\n" "STL_YOUARNTMUTED \"You are no longer muted\\n\"\n" -"STL_NONAMEASMUTE \"Muted players may not change thier names\\n\"\n" +"STL_NONAMEASMUTE \"Muted players may not change their names\\n\"\n" "STL_MUTEDVOTE \"Sorry, you cannot vote when muted as it may allow you to send a message.\\n\"\n" "STL_MUTEDCHAT \"You cannot chat while muted\\n\"\n" "STL_FLOODPROTACTIVE \"floodprot: You can't talk for %i seconds\\n\"\n" @@ -44,7 +44,7 @@ "STL_MAPCHEAT \"Map model file does not match (%s), %i != %i/%i.\\nYou may need a new version of the map, or the proper install files.\\n\"\n" "STL_INVALIDTRACKCLIENT \"invalid player to track\\n\"\n" "STL_BADNAME \"Can't change name - new is invalid\\n\"\n" -"STL_CLIENTNAMECHANGE \"%s changed thier name to %s\\n\"\n" +"STL_CLIENTNAMECHANGE \"%s changed their name to %s\\n\"\n" "STL_SERVERPAUSED \"server is paused\\n\"\n" "STL_UPLOADDENIED \"Upload denied\\n\"\n" "STL_NAMEDCLIENTDOESNTEXIST \"client does not exist\\n\"\n" diff --git a/engine/server/progs.h b/engine/server/progs.h index 99c6d0b5b..78833d80d 100644 --- a/engine/server/progs.h +++ b/engine/server/progs.h @@ -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;