aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2003-11-07 09:38:06 +0000
committerMax Horn2003-11-07 09:38:06 +0000
commit4c833ba23ee6ab9d75cdbd6edff585e23818b360 (patch)
tree670e7949071354ea14d7dbc90f9a381bf1016a30 /sound
parentd4a9c911ba2587fd28bb2c4c4b6710db0a32696c (diff)
downloadscummvm-rg350-4c833ba23ee6ab9d75cdbd6edff585e23818b360.tar.gz
scummvm-rg350-4c833ba23ee6ab9d75cdbd6edff585e23818b360.tar.bz2
scummvm-rg350-4c833ba23ee6ab9d75cdbd6edff585e23818b360.zip
fix invalid typo fixes ;-) (BTW did anybody get comit mails for khalek's changes? I didn't)
svn-id: r11183
Diffstat (limited to 'sound')
-rw-r--r--sound/audiostream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/audiostream.h b/sound/audiostream.h
index 1febb110a3..ca51e047e8 100644
--- a/sound/audiostream.h
+++ b/sound/audiostream.h
@@ -53,7 +53,7 @@ public:
* Returns the actual number of samples read, or -1 if
* a critical error occured (note: you *must* check if
* this value is less than what you requested, this can
- * happened when the stream is fully used up).
+ * happen when the stream is fully used up).
* For stereo stream, buffer will be filled with interleaved
* left and right channel samples.
*