diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/audiostream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/audiostream.cpp b/sound/audiostream.cpp index 26d7892e07..73ff1204cd 100644 --- a/sound/audiostream.cpp +++ b/sound/audiostream.cpp @@ -104,7 +104,7 @@ AudioStream* AudioStream::openStreamFile(const char* filename, File *fileHandle) * block of data, which is passed to it upon creation. * Optionally supports looping the sound. * - * Design note: This code tries to be as optimiized as possible (without + * Design note: This code tries to be as optimized as possible (without * resorting to assembly, that is). To this end, it is written as a template * class. This way the compiler can actually create optimized code for each * special code. This results in a total of 12 versions of the code being |