vlc | branch: master | Benjamin Drung <[email protected]> | Sat Aug 18 23:23:47 
2012 +0200| [fbd3044808f2dcad7a8fcdf95c82c4038d9c8526] | committer: Felix Paul 
Kühne

Fix typo misformed -> malformed.

Signed-off-by: Felix Paul Kühne <[email protected]>

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

 modules/demux/mjpeg.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/mjpeg.c b/modules/demux/mjpeg.c
index 8315ca2..a057db3 100644
--- a/modules/demux/mjpeg.c
+++ b/modules/demux/mjpeg.c
@@ -196,7 +196,7 @@ static bool CheckMimeHeader( demux_t *p_demux, int 
*p_header_size )
         /* Some broken stream may lack the first boundary */
         if ( p_sys->psz_separator == NULL )
         {
-            msg_Warn( p_demux, "Misformed stream. Trying to work around");
+            msg_Warn( p_demux, "Malformed stream. Trying to work around");
             char *content_type = stream_ContentType( p_demux->s );
             if ( content_type == NULL )
                 return false;

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to