]> git.sesse.net Git - vlc/commitdiff
Fix typo
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 9 Sep 2006 09:23:02 +0000 (09:23 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 9 Sep 2006 09:23:02 +0000 (09:23 +0000)
include/vlc_access.h

index 06b6d44f8c32345eb6bd15fc68244ea61c7d2e20..a16f70c427cb6bfc141f8b5de2c7a86b856741e9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc_access.h: Access descriptor, queries and methods
  *****************************************************************************
- * Copyright (C) 1999-2004 the VideoLAN team
+ * Copyright (C) 1999-2006 the VideoLAN team
  * $Id$
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
@@ -74,7 +74,7 @@ struct access_t
     access_t    *p_source;
 
     /* Access can fill this entry to force a demuxer
-     * XXX: fill it once you know for sure you will succed
+     * XXX: fill it once you know for sure you will succeed
      * (if you fail, this value won't be reseted */
     char        *psz_demux;