From: RĂ©mi Denis-Courmont Date: Sat, 9 Sep 2006 09:23:02 +0000 (+0000) Subject: Fix typo X-Git-Tag: 0.9.0-test0~10364 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4a0c164d8c02d3ed72dd78631ba1ea050f9bcd03;p=vlc Fix typo --- diff --git a/include/vlc_access.h b/include/vlc_access.h index 06b6d44f8c..a16f70c427 100644 --- a/include/vlc_access.h +++ b/include/vlc_access.h @@ -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 @@ -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;