]> git.sesse.net Git - vlc/commitdiff
Fix tense
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 16 Jan 2010 09:28:16 +0000 (11:28 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 16 Jan 2010 09:28:16 +0000 (11:28 +0200)
src/input/input.c

index 35bc0d100365f3a96be2bc44e48b4bee3aa36e12..cbd208b6707bbbfe0887034f5937e085aee6f650 100644 (file)
@@ -2377,7 +2377,7 @@ static int InputSourceInit( input_thread_t *p_input,
     input_SplitMRL( &psz_access, &psz_demux, &psz_path, psz_dup );
 
     /* FIXME: file:// handling plugins do not support URIs properly...
-     * So we pre-decoded the URI to a path for them. Note that we do not do it
+     * So we pre-decode the URI to a path for them. Note that we do not do it
      * for non-standard VLC-specific schemes. */
     if( !strcmp( psz_access, "file" ) )
     {