[vlc-devel] commit: Fix tense ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Jan 16 10:44:04 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jan 16 11:28:16 2010 +0200| [c1b21f0aec8de94ce97f7c19e53f5a6b87639276] | committer: Rémi Denis-Courmont
Fix tense
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c1b21f0aec8de94ce97f7c19e53f5a6b87639276
---
src/input/input.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/input/input.c b/src/input/input.c
index 35bc0d1..cbd208b 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -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" ) )
{
More information about the vlc-devel
mailing list