[vlc-commits] Fix typo misformed -> malformed.

Benjamin Drung git at videolan.org
Sun Aug 19 13:09:18 CEST 2012


vlc | branch: master | Benjamin Drung <bdrung at debian.org> | 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 <fkuehne at videolan.org>

> 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;



More information about the vlc-commits mailing list