[ioquake3] 07/12: Correct spelling of two more words

Simon McVittie smcv at debian.org
Mon Nov 27 12:04:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag debian/1.36+u20171122_dfsg-1
in repository ioquake3.

commit d40b047f13689d58d074f31959394161e6e31621
Author: Zack Middleton <zack at cloemail.com>
Date:   Wed Nov 22 20:17:21 2017 -0600

    Correct spelling of two more words
    
    Thanks Undeference for pointing out abreviations.
---
 code/botlib/be_aas_reach.c | 2 +-
 code/botlib/be_ai_chat.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/botlib/be_aas_reach.c b/code/botlib/be_aas_reach.c
index eac360e..0124bfd 100644
--- a/code/botlib/be_aas_reach.c
+++ b/code/botlib/be_aas_reach.c
@@ -439,7 +439,7 @@ int AAS_BestReachableArea(vec3_t origin, vec3_t mins, vec3_t maxs, vec3_t goalor
 	//VectorSubtract(absmaxs, bbmins, absmaxs);
 	//link an invalid (-1) entity
 	areas = AAS_LinkEntityClientBBox(absmins, absmaxs, -1, PRESENCE_CROUCH);
-	//get the reachable link arae
+	//get the reachable link area
 	areanum = AAS_BestReachableLinkArea(areas);
 	//unlink the invalid entity
 	AAS_UnlinkFromAreas(areas);
diff --git a/code/botlib/be_ai_chat.c b/code/botlib/be_ai_chat.c
index 71f496a..abbcdc0 100644
--- a/code/botlib/be_ai_chat.c
+++ b/code/botlib/be_ai_chat.c
@@ -557,7 +557,7 @@ void StringReplaceWords(char *string, char *synonym, char *replacement)
 	while(str)
 	{
 		//if the synonym isn't part of the replacement which is already in the string
-		//useful for abreviations
+		//useful for abbreviations
 		str2 = StringContainsWord(string, replacement, qfalse);
 		while(str2)
 		{

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git



More information about the Pkg-games-commits mailing list