REFACTOR [reletive -> relative]

From /dev/humancontroller.
This commit is contained in:
Zack Middleton 2012-06-18 16:32:03 +00:00
parent f3e7012bdb
commit ad5c5c32a6
10 changed files with 13 additions and 13 deletions

View file

@ -206,7 +206,7 @@ void SP_target_speaker( gentity_t *ent ) {
G_Error( "target_speaker without a noise key at %s", vtos( ent->s.origin ) );
}
// force all client reletive sounds to be "activator" speakers that
// force all client relative sounds to be "activator" speakers that
// play on the entity that activates it
if ( s[0] == '*' ) {
ent->spawnflags |= 8;