From fadce2d781b6e05a8d2d3e027c8955380abf9b10 Mon Sep 17 00:00:00 2001 From: gabucino Date: Sat, 4 Oct 2003 17:29:08 +0000 Subject: many small typo and grammar fixes Based on Bernard Leak's mail git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11001 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_ty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpdemux/demux_ty.c') diff --git a/libmpdemux/demux_ty.c b/libmpdemux/demux_ty.c index a0f96e2b3b..69329a5166 100644 --- a/libmpdemux/demux_ty.c +++ b/libmpdemux/demux_ty.c @@ -387,7 +387,7 @@ int demux_ty_fill_buffer( demuxer_t *demux ) if( demux->stream->eof ) return 0; // ====================================================================== - // If we haven't figured out the size of the stream, lets do so + // If we haven't figured out the size of the stream, let's do so // ====================================================================== #ifdef STREAMTYPE_STREAM_TY if ( demux->stream->type == STREAMTYPE_STREAM_TY ) @@ -532,7 +532,7 @@ int demux_ty_fill_buffer( demuxer_t *demux ) 0x20000 ) ); - // Lets make a Video Demux Stream for Mplayer + // Let's make a Video Demux Stream for Mplayer aid = 0x0; if( !demux->v_streams[ aid ] ) new_sh_video( demux, aid ); if( demux->video->id == -1 ) demux->video->id = aid; -- cgit v1.2.3