mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
TESTBED: Fix a typo in the sound tests: s/smaple/sample
This commit is contained in:
parent
6ea564d9b8
commit
3b078b114b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user