]> git.sesse.net Git - vlc/commitdiff
* Spelling correction
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 21 Mar 2004 19:36:47 +0000 (19:36 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 21 Mar 2004 19:36:47 +0000 (19:36 +0000)
modules/demux/mkv.cpp

index 68925178e25279d42ec5f4c01e9eaca3eb6b664f..b10470afb26cb77bc0aa973a3dd74147eec7ffb0 100644 (file)
@@ -407,7 +407,7 @@ static int Open( vlc_object_t * p_this )
 
                     p_sys->psz_writing_application = UTF8ToStr( UTFstring( wapp ) );
 
-                    msg_Dbg( p_input, "|   |   + Wrinting Application=%s",
+                    msg_Dbg( p_input, "|   |   + Writing Application=%s",
                              p_sys->psz_writing_application );
                 }
                 else if( EbmlId( *el2 ) == KaxSegmentFilename::ClassInfos.GlobalId )