[vlc-devel] commit: libvlc_media: fix typos. ( Rémi Duraffort )

git version control git at videolan.org
Fri Jan 15 21:52:04 CET 2010


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Fri Jan 15 19:41:12 2010 +0100| [8c5a6af9a851269280791b0cd7ceca0cbf047fd2] | committer: Rémi Duraffort 

libvlc_media: fix typos.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8c5a6af9a851269280791b0cd7ceca0cbf047fd2
---

 include/vlc/libvlc_media.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc/libvlc_media.h b/include/vlc/libvlc_media.h
index 3eed605..d300722 100644
--- a/include/vlc/libvlc_media.h
+++ b/include/vlc/libvlc_media.h
@@ -249,7 +249,7 @@ VLC_PUBLIC_API char * libvlc_media_get_meta( libvlc_media_t *p_md,
  * libvlc_media_save_meta in order to save the meta)
  *
  * \param p_md the media descriptor
- * \param e_meta the meta to read
+ * \param e_meta the meta to write
  * \param the media's meta
  */
 VLC_PUBLIC_API void libvlc_media_set_meta( libvlc_media_t *p_md,
@@ -261,7 +261,7 @@ VLC_PUBLIC_API void libvlc_media_set_meta( libvlc_media_t *p_md,
  * Save the meta previously set
  *
  * \param p_md the media desriptor
- * \return true if the werite was successfull
+ * \return true if the write operation was successfull
  */
 VLC_PUBLIC_API int libvlc_media_save_meta( libvlc_media_t *p_md );
 




More information about the vlc-devel mailing list