[splittiming] Log typo.

This commit is contained in:
Jason Felds
2011-05-15 15:27:02 -04:00
parent 3b684e8c20
commit ad1c4cabce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ void SSCLoader::ProcessSpeeds( TimingData &out, const RString sParam )
if( seg.m_fWait < 0 )
{
LOG->UserLog( "Song file", "(UNKNOWN)", "has an invalid time signature change with beat %f, fWait %f.", fBeat, seg.m_fWait );
LOG->UserLog( "Song file", "(UNKNOWN)", "has an speed change with beat %f, fWait %f.", fBeat, seg.m_fWait );
continue;
}