From 4f24f9bffbc686053e58b2bfb781a9b0c70d8fd0 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 23 May 2009 21:40:07 +0000 Subject: [PATCH] Fix typo in comment. --- stepmania/src/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 4a77b5126d..3d247bf492 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -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. } }