Correct spelling mistakes.

This commit is contained in:
Edward Betts 2017-11-22 07:40:20 +00:00 committed by Zack Middleton
parent 14cb72f912
commit fe42b8653d
105 changed files with 212 additions and 212 deletions

View file

@ -341,7 +341,7 @@ static void ProjectDlightTexture( void ) {
vec4_t vector;
if ( !( tess.dlightBits & ( 1 << l ) ) ) {
continue; // this surface definately doesn't have any of this light
continue; // this surface definitely doesn't have any of this light
}
dl = &backEnd.refdef.dlights[l];
@ -672,7 +672,7 @@ static void ForwardDlight( void ) {
vec4_t texOffTurb;
if ( !( tess.dlightBits & ( 1 << l ) ) ) {
continue; // this surface definately doesn't have any of this light
continue; // this surface definitely doesn't have any of this light
}
dl = &backEnd.refdef.dlights[l];
@ -836,7 +836,7 @@ static void ProjectPshadowVBOGLSL( void ) {
vec4_t vector;
if ( !( tess.pshadowBits & ( 1 << l ) ) ) {
continue; // this surface definately doesn't have any of this shadow
continue; // this surface definitely doesn't have any of this shadow
}
ps = &backEnd.refdef.pshadows[l];