Spelling.

This commit is contained in:
Steve Checkoway
2006-06-20 06:34:16 +00:00
parent 6516e6fceb
commit 8bef98e7b6
+1 -1
View File
@@ -255,7 +255,7 @@ void Steps::Compress() const
m_bNoteDataIsFilled = false;
/* Be careful; 'x = ""', m_sNoteDataCompressed.clear() and m_sNoteDataCompressed.reserve(0)
* don't always free the alocated memory. */
* don't always free the allocated memory. */
m_sNoteDataCompressed = RString("");
return;
}