]> git.sesse.net Git - vlc/commitdiff
* modules/demux/playlist/m3u.c: typo you -> your
authorDennis van Amerongen <trax@videolan.org>
Sun, 9 Dec 2007 00:57:55 +0000 (00:57 +0000)
committerDennis van Amerongen <trax@videolan.org>
Sun, 9 Dec 2007 00:57:55 +0000 (00:57 +0000)
modules/demux/playlist/m3u.c

index 2068327fdc80653fdab47a3766da06511127dbf5..2e53b195a39e85c5041f2ad6e9a21d6c513a04c1 100644 (file)
@@ -163,7 +163,7 @@ static int Demux( demux_t *p_demux )
                 }
                 else
                 {
-                    msg_Err( p_demux, "m3u EXTVLCOPT parsing is disabled for security reasons. If you need it and trust the m3u playlist you are trying to open, please append --m3u-extvlcopt to you command line." );
+                    msg_Err( p_demux, "m3u EXTVLCOPT parsing is disabled for security reasons. If you need it and trust the m3u playlist you are trying to open, please append --m3u-extvlcopt to your command line." );
                 }
             }
         }