From 0f58d743f9940a4bb57a14c1f0a26d57f4b433ef Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 25 Feb 2007 05:01:58 +0000 Subject: [PATCH] Spelling in a comment. --- stepmania/src/GameState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 2414bad25e..9aadd45fab 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -615,7 +615,7 @@ void GameState::FinishStage() if( m_iNumStagesOfThisSong == 0 ) return; - /* If we havn't committed stats yet, do so. */ + /* If we haven't committed stats yet, do so. */ if( !m_bMultiplayer ) // no saved stats in multiplayer CommitStageStats();