[iortcw] 70/95: All: Fix some typos in comments
Simon McVittie
smcv at debian.org
Fri Sep 8 10:42:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to tag 1.51
in repository iortcw.
commit 657db161346d988536dc098ad91b1b2b8d733227
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date: Thu May 25 11:38:20 2017 -0400
All: Fix some typos in comments
---
MP/code/game/g_combat.c | 2 +-
MP/code/qcommon/cm_patch.c | 4 ++--
MP/code/qcommon/files.c | 2 +-
SP/code/game/g_combat.c | 2 +-
SP/code/qcommon/cm_patch.c | 4 ++--
SP/code/qcommon/files.c | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/MP/code/game/g_combat.c b/MP/code/game/g_combat.c
index e6a632a..429f649 100644
--- a/MP/code/game/g_combat.c
+++ b/MP/code/game/g_combat.c
@@ -882,7 +882,7 @@ void G_Damage( gentity_t *targ, gentity_t *inflictor, gentity_t *attacker,
return;
}
- // the intermission has allready been qualified for, so don't
+ // the intermission has already been qualified for, so don't
// allow any extra scoring
if ( level.intermissionQueued || g_gamestate.integer != GS_PLAYING ) {
return;
diff --git a/MP/code/qcommon/cm_patch.c b/MP/code/qcommon/cm_patch.c
index b3a56ad..1c7b397 100644
--- a/MP/code/qcommon/cm_patch.c
+++ b/MP/code/qcommon/cm_patch.c
@@ -882,7 +882,7 @@ void CM_AddFacetBevels( facet_t *facet ) {
if ( CM_PlaneEqual( &planes[facet->surfacePlane], plane, &flipped ) ) {
continue;
}
- // see if the plane is allready present
+ // see if the plane is already present
for ( i = 0 ; i < facet->numBorders ; i++ ) {
if ( CM_PlaneEqual( &planes[facet->borderPlanes[i]], plane, &flipped ) ) {
break;
@@ -953,7 +953,7 @@ void CM_AddFacetBevels( facet_t *facet ) {
if ( CM_PlaneEqual( &planes[facet->surfacePlane], plane, &flipped ) ) {
continue;
}
- // see if the plane is allready present
+ // see if the plane is already present
for ( i = 0 ; i < facet->numBorders ; i++ ) {
if ( CM_PlaneEqual( &planes[facet->borderPlanes[i]], plane, &flipped ) ) {
break;
diff --git a/MP/code/qcommon/files.c b/MP/code/qcommon/files.c
index 2e9ad2b..a95211e 100644
--- a/MP/code/qcommon/files.c
+++ b/MP/code/qcommon/files.c
@@ -2439,7 +2439,7 @@ static int FS_AddFileToList( char *name, char *list[MAX_FOUND_FILES], int nfiles
}
for ( i = 0 ; i < nfiles ; i++ ) {
if ( !Q_stricmp( name, list[i] ) ) {
- return nfiles; // allready in list
+ return nfiles; // already in list
}
}
list[nfiles] = CopyString( name );
diff --git a/SP/code/game/g_combat.c b/SP/code/game/g_combat.c
index d045ae6..52f998d 100644
--- a/SP/code/game/g_combat.c
+++ b/SP/code/game/g_combat.c
@@ -911,7 +911,7 @@ void G_Damage( gentity_t *targ, gentity_t *inflictor, gentity_t *attacker,
return;
}
- // the intermission has allready been qualified for, so don't
+ // the intermission has already been qualified for, so don't
// allow any extra scoring
if ( level.intermissionQueued ) {
return;
diff --git a/SP/code/qcommon/cm_patch.c b/SP/code/qcommon/cm_patch.c
index f342e55..1141ba9 100644
--- a/SP/code/qcommon/cm_patch.c
+++ b/SP/code/qcommon/cm_patch.c
@@ -875,7 +875,7 @@ void CM_AddFacetBevels( facet_t *facet ) {
if ( CM_PlaneEqual( &planes[facet->surfacePlane], plane, &flipped ) ) {
continue;
}
- // see if the plane is allready present
+ // see if the plane is already present
for ( i = 0 ; i < facet->numBorders ; i++ ) {
if ( CM_PlaneEqual( &planes[facet->borderPlanes[i]], plane, &flipped ) ) {
break;
@@ -946,7 +946,7 @@ void CM_AddFacetBevels( facet_t *facet ) {
if ( CM_PlaneEqual( &planes[facet->surfacePlane], plane, &flipped ) ) {
continue;
}
- // see if the plane is allready present
+ // see if the plane is already present
for ( i = 0 ; i < facet->numBorders ; i++ ) {
if ( CM_PlaneEqual( &planes[facet->borderPlanes[i]], plane, &flipped ) ) {
break;
diff --git a/SP/code/qcommon/files.c b/SP/code/qcommon/files.c
index 180628c..853578c 100644
--- a/SP/code/qcommon/files.c
+++ b/SP/code/qcommon/files.c
@@ -2473,7 +2473,7 @@ static int FS_AddFileToList( char *name, char *list[MAX_FOUND_FILES], int nfiles
}
for ( i = 0 ; i < nfiles ; i++ ) {
if ( !Q_stricmp( name, list[i] ) ) {
- return nfiles; // allready in list
+ return nfiles; // already in list
}
}
list[nfiles] = CopyString( name );
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git
More information about the Pkg-games-commits
mailing list