aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/sound.cpp
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2014-06-19 12:27:29 +0200
committerEinar Johan Trøan Sømåen2014-06-19 12:27:29 +0200
commit3b078b114bd7849ab4a1e63243fee89482fdeeae (patch)
tree91a157998a2b206b0b054f9488d175457731fdf9 /engines/testbed/sound.cpp
parent6ea564d9b8f716b6861a6021b972fc224c89fb72 (diff)
downloadscummvm-rg350-3b078b114bd7849ab4a1e63243fee89482fdeeae.tar.gz
scummvm-rg350-3b078b114bd7849ab4a1e63243fee89482fdeeae.tar.bz2
scummvm-rg350-3b078b114bd7849ab4a1e63243fee89482fdeeae.zip
TESTBED: Fix a typo in the sound tests: s/smaple/sample
Diffstat (limited to 'engines/testbed/sound.cpp')
-rw-r--r--engines/testbed/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/testbed/sound.cpp b/engines/testbed/sound.cpp
index aebd981826..998afbf7db 100644
--- a/engines/testbed/sound.cpp
+++ b/engines/testbed/sound.cpp
@@ -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);