[Scummvm-cvs-logs] CVS: scummvm/sound audiostream.h,1.20,1.21
Max Horn
fingolfin at users.sourceforge.net
Fri Nov 7 01:39:07 CET 2003
Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv25446/sound
Modified Files:
audiostream.h
Log Message:
fix invalid typo fixes ;-) (BTW did anybody get comit mails for khalek's changes? I didn't)
Index: audiostream.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/audiostream.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- audiostream.h 7 Nov 2003 02:41:03 -0000 1.20
+++ audiostream.h 7 Nov 2003 09:38:06 -0000 1.21
@@ -53,7 +53,7 @@
* 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.
*
More information about the Scummvm-git-logs
mailing list