fix some typos

From /dev/humancontroller.
This commit is contained in:
Zack Middleton 2012-06-18 16:25:13 +00:00
parent ad8d3dc567
commit 997615168a
2 changed files with 2 additions and 2 deletions

View file

@ -333,7 +333,7 @@ Informs all masters that this server is going down
=================
*/
void SV_MasterShutdown( void ) {
// send a hearbeat right now
// send a heartbeat right now
svs.nextHeartbeatTime = -9999;
SV_MasterHeartbeat(HEARTBEAT_FOR_MASTER);