TESTBED: Fix a typo in the sound tests: s/smaple/sample

This commit is contained in:
Einar Johan Trøan Sømåen 2014-06-19 12:27:29 +02:00
parent 6ea564d9b8
commit 3b078b114b

View File

@ -235,7 +235,7 @@ TestExitStatus SoundSubsystem::sampleRates() {
Common::Point pt(0, 100);
mixer->playStream(Audio::Mixer::kPlainSoundType, &handle, s1);
Testsuite::writeOnScreen(Common::String::format("Playing at smaple rate: %d", s1->getRate()), pt);
Testsuite::writeOnScreen(Common::String::format("Playing at sample rate: %d", s1->getRate()), pt);
g_system->delayMillis(1000);
mixer->stopHandle(handle);
g_system->delayMillis(1000);