From 4a0c164d8c02d3ed72dd78631ba1ea050f9bcd03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 9 Sep 2006 09:23:02 +0000 Subject: [PATCH] Fix typo --- include/vlc_access.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2