aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-18 15:41:00 +0000
committerJohannes Schickel2009-08-18 15:41:00 +0000
commit3ade77dfb06ba0d41f123306fcf529c7007351b9 (patch)
tree57d712d0ade945e569a2766bddfcaf9a24fcbe67 /sound
parent426dd7d24149d7d60e9e20d0babe38d08e114b4a (diff)
downloadscummvm-rg350-3ade77dfb06ba0d41f123306fcf529c7007351b9.tar.gz
scummvm-rg350-3ade77dfb06ba0d41f123306fcf529c7007351b9.tar.bz2
scummvm-rg350-3ade77dfb06ba0d41f123306fcf529c7007351b9.zip
Typos.
svn-id: r43515
Diffstat (limited to 'sound')
-rw-r--r--sound/audiocd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/audiocd.h b/sound/audiocd.h
index 2dc379ca27..3ef4a1ac09 100644
--- a/sound/audiocd.h
+++ b/sound/audiocd.h
@@ -69,7 +69,7 @@ private:
// FIXME: It might make sense to stop CD playback, when the AudioCDManager singleton
// is destroyed. Currently we can not do this, since in worst case the OSystem and
- // along wiht it the Mixer will be destroyed before the AudioCDManager, thus
+ // along with it the Mixer will be destroyed before the AudioCDManager, thus
// leading to invalid memory access. If we can fix up the code to destroy the
// AudioCDManager before OSystem in *all* cases, that is including calling
// OSystem::quit, we might be able to implement it via a simple "stop()"