[Scummvm-cvs-logs] scummvm master -> 3b078b114bd7849ab4a1e63243fee89482fdeeae

somaen einarjohants at gmail.com
Thu Jun 19 12:27:58 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

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


Commit: 3b078b114bd7849ab4a1e63243fee89482fdeeae
    https://github.com/scummvm/scummvm/commit/3b078b114bd7849ab4a1e63243fee89482fdeeae
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-06-19T12:27:29+02:00

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

Changed paths:
    engines/testbed/sound.cpp



diff --git a/engines/testbed/sound.cpp b/engines/testbed/sound.cpp
index aebd981..998afbf 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);






More information about the Scummvm-git-logs mailing list