Fix typo in comment.

This commit is contained in:
Jason Felds
2009-05-23 21:40:07 +00:00
parent c9c74c7b05
commit 4f24f9bffb
+1 -1
View File
@@ -1577,7 +1577,7 @@ void Player::DoTapScoreNone()
if( PENALIZE_TAP_SCORE_NONE )
{
SetJudgment( TNS_Miss, -1, 0 );
// the ScoreKeeper will subrtract points later.
// the ScoreKeeper will subtract points later.
}
}