Fixing typo in error message

This commit is contained in:
Mike Hawkins
2009-02-26 23:21:02 +00:00
parent 85e9303738
commit ba752c4a23
+1 -1
View File
@@ -459,7 +459,7 @@ void Song::TidyUpData()
if( m_Timing.m_BPMSegments.empty() )
{
LOG->UserLog( "Song file", m_sSongDir + m_sSongFileName, "hs no BPM segments, default provided." );
LOG->UserLog( "Song file", m_sSongDir + m_sSongFileName, "has no BPM segments, default provided." );
m_Timing.AddBPMSegment( BPMSegment(0, 60) );
}