From 97c3d25781abc4fdb0e2327cf6d3ab6693d3a50d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 18 Jan 2006 21:07:25 +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 5b5b0282a6..9a097fa62d 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -846,7 +846,7 @@ void ScreenGameplay::InitSongQueues() pi->m_asModifiersQueue.push_back( a ); } - // In a survuval course, override stored mods + // In a survival course, override stored mods if( pCourse->GetCourseType() == COURSE_TYPE_SURVIVAL ) { pi->GetPlayerState()->m_StagePlayerOptions.FromString( "clearall,"+CommonMetrics::DEFAULT_MODIFIERS.GetValue(), true );