[cvs-annodex] commit (/annodex):
libfishsound/branches/1.0-stable/src/libfishsound/vorbis.c
conrad
nobody at lists.annodex.net
Tue Aug 9 15:46:14 EST 2005
Update of /annodex (new revision 1425)
Modified files:
libfishsound/branches/1.0-stable/src/libfishsound/vorbis.c
Log Message:
libfishsound-stable: typos in vorbis.c comments
Modified: libfishsound/branches/1.0-stable/src/libfishsound/vorbis.c
===================================================================
--- libfishsound/branches/1.0-stable/src/libfishsound/vorbis.c 2005-08-09 05:45:23 UTC (rev 1424)
+++ libfishsound/branches/1.0-stable/src/libfishsound/vorbis.c 2005-08-09 05:46:13 UTC (rev 1425)
@@ -373,7 +373,7 @@
/**
* End of input. Tell libvorbis we're at the end of stream so that it can
- * handle the last frame and marke end of stream in the output properly.
+ * handle the last frame and mark the end of stream in the output properly.
*/
if (fsound->next_eos)
fs_vorbis_encode_write (fsound, 0);
@@ -419,7 +419,7 @@
/**
* End of input. Tell libvorbis we're at the end of stream so that it can
- * handle the last frame and marke end of stream in the output properly.
+ * handle the last frame and mark the end of stream in the output properly.
*/
if (fsound->next_eos)
fs_vorbis_encode_write (fsound, 0);
--
conrad
More information about the cvs-annodex
mailing list