aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2009-02-27 23:38:37 +0000
committerWillem Jan Palenstijn2009-02-27 23:38:37 +0000
commit4fbda3b8b075b200e0bdda9b5d957882bff1d13d (patch)
tree07a725c0b029ecbf3710f6a057b089541c727b07
parentd3e60f2ae3133da09f2ac53abe2ba74ab7c49713 (diff)
downloadscummvm-rg350-4fbda3b8b075b200e0bdda9b5d957882bff1d13d.tar.gz
scummvm-rg350-4fbda3b8b075b200e0bdda9b5d957882bff1d13d.tar.bz2
scummvm-rg350-4fbda3b8b075b200e0bdda9b5d957882bff1d13d.zip
Fix typo.
svn-id: r38940
-rw-r--r--sound/mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 28988256b3..dbb947cc7e 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -142,7 +142,7 @@ public:
* Start playing the given audio input stream.
*
* Note that the sound id assigned below is unique. At most one stream
- * with a given idea can play at any given time. Trying to play a sound
+ * with a given id can play at any given time. Trying to play a sound
* with an id that is already in use causes the new sound to be not played.
*
* @param type the type (voice/sfx/music) of the stream