From 754e92ab5e8c49c6da11a050c1b59e17f304ba05 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Thu, 15 Jul 2010 23:18:49 +0200 Subject: [PATCH] libvlc_media: fix documentation. (cherry picked from commit 6b0dd9ac31b4d886284925b46c1757aa2bf1a213) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: RĂ©mi Duraffort --- include/vlc/libvlc_media.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc/libvlc_media.h b/include/vlc/libvlc_media.h index 52de810d2b..7efe4d2d62 100644 --- a/include/vlc/libvlc_media.h +++ b/include/vlc/libvlc_media.h @@ -401,7 +401,7 @@ libvlc_media_parse(libvlc_media_t *media); * Parse a media. * * This fetches (local) meta data and tracks information. - * The method is the asynchronous of libvlc_media_parse_async(). + * The method is the asynchronous of libvlc_media_parse(). * * To track when this is over you can listen to libvlc_MediaParsedChanged * event. However if the media was already parsed you will not receive this -- 2.11.4.GIT