From 593356d280e6276bbefd2ff1622c648b0b247afb Mon Sep 17 00:00:00 2001 From: David McPaul Date: Thu, 30 Oct 2008 11:57:43 +0000 Subject: [PATCH] correct spelling error git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28378 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/game/SimpleGameSound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/game/SimpleGameSound.cpp b/src/kits/game/SimpleGameSound.cpp index 2b3c454ca8..e347aa5df8 100644 --- a/src/kits/game/SimpleGameSound.cpp +++ b/src/kits/game/SimpleGameSound.cpp @@ -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];