diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index edf84dc989..a61c12a4b1 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -996,7 +996,7 @@ void MusicWheel::Update( float fDeltaTime ) } break; default: - ASSERT(0); // all state changes should be handled explitily + ASSERT(0); // all state changes should be handled explicitly break; } }