Fix comments. havn't -> haven't.

This commit is contained in:
Steve Checkoway
2008-01-05 11:56:03 +00:00
parent 4814056809
commit 60f953f3c1
13 changed files with 14 additions and 14 deletions
@@ -20,7 +20,7 @@ void RageSoundReader_SpeedChange::SetSpeedRatio( float fRatio )
{
m_fSpeedRatio = fRatio;
/* If we havn't read any data yet, put the new delta into effect immediately. */
/* If we haven't read any data yet, put the new delta into effect immediately. */
if( m_iDataBufferAvailFrames == 0 )
m_fTrailingSpeedRatio = m_fSpeedRatio;
}