correct spelling error

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28378 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David McPaul
2008-10-30 11:57:43 +00:00
parent b643734ad7
commit 593356d280
+1 -1
View File
@@ -181,7 +181,7 @@ BSimpleGameSound::Init(const entry_ref* inFile)
delete [] buffer;
delete [] data;
} else {
// We need to detriman the size, in bytes, of a single sample.
// We need to determine the size, in bytes, of a single sample.
// At the same time, we will store the format of the audio buffer
size_t frameSize = get_sample_size(gsformat.format) * gsformat.channel_count;
char * data = new char[frames * frameSize];