From d3fb4047d2effa3e025dbd0049889c5f0562414f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 9 Nov 2006 07:08:09 +0000 Subject: [PATCH] typo --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 7ecc3c4904..4c890c0da9 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -2340,7 +2340,7 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM ) if( !pi->GetPlayerStageStats()->bFailed ) pi->GetPlayerStageStats()->iSongsPassed++; - // set a life record at the point of failue + // set a life record at the point of failure if( pi->GetPlayerStageStats()->bFailed ) pi->GetPlayerStageStats()->SetLifeRecordAt( 0, STATSMAN->m_CurStageStats.fGameplaySeconds ); }