[vlc-devel] commit: Fix typo (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Apr 3 11:21:09 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Apr  3 01:26:13 2009 +0200| [0a2a450cd4bc0b5c37b5546360b1b498f66fa1f9] | committer: Jean-Baptiste Kempf 

Fix typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0a2a450cd4bc0b5c37b5546360b1b498f66fa1f9
---

 modules/stream_out/record.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/stream_out/record.c b/modules/stream_out/record.c
index c423ebe..3a6026b 100644
--- a/modules/stream_out/record.c
+++ b/modules/stream_out/record.c
@@ -240,7 +240,7 @@ static int Send( sout_stream_t *p_stream, sout_stream_id_t *id,
         ( mdate() - p_sys->i_date_start > p_sys->i_max_wait ||
           p_sys->i_size > p_sys->i_max_size ) )
     {
-        msg_Dbg( p_stream, "Staring recording, waited %ds and %dbyte",
+        msg_Dbg( p_stream, "Starting recording, waited %ds and %dbyte",
                  (int)((mdate() - p_sys->i_date_start)/1000000), (int)p_sys->i_size );
         OutputStart( p_stream );
     }




More information about the vlc-devel mailing list