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
+1 -1
View File
@@ -308,7 +308,7 @@ RageFileBasic *RageFileDriverZip::Open( const RString &sPath, int iMode, int &iE
m_Mutex.Lock();
/* If we havn't figured out the offset to the real data yet, do so now. */
/* If we haven't figured out the offset to the real data yet, do so now. */
if( info->m_iDataOffset == -1 )
{
if( !ReadLocalFileHeader(*info) )