]> git.sesse.net Git - vlc/blobdiff - src/input/input.c
* 2nd review of /src/* \ libvlc.h (refs #438)
[vlc] / src / input / input.c
index efc227c7a95a39b07868fd90e9351b7991a68dbb..178c357ab4a91bd963c0e81d230b53a09fb7c336 100644 (file)
@@ -2063,7 +2063,7 @@ static int InputSourceInit( input_thread_t *p_input,
     else
     {
         psz_path = psz_mrl;
-        msg_Dbg( p_input, "trying to preparse %s",  psz_path );
+        msg_Dbg( p_input, "trying to pre-parse %s",  psz_path );
         psz_demux = strdup( "" );
         psz_access = strdup( "file" );
     }