[vlc-commits] Fix few typos in libvlc comments.

Alexey Sokolov git at videolan.org
Mon Jul 25 17:19:03 CEST 2011


vlc | branch: master | Alexey Sokolov <alexey at alexeysokolov.co.cc> | Mon Jul 25 16:19:23 2011 +0700| [6801a65951e1a7ef9f94b79e21a262625b671ff3] | committer: Rémi Denis-Courmont

Fix few typos in libvlc comments.

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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

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

diff --git a/include/vlc/libvlc_media_list.h b/include/vlc/libvlc_media_list.h
index 893b945..2121b18 100644
--- a/include/vlc/libvlc_media_list.h
+++ b/include/vlc/libvlc_media_list.h
@@ -110,7 +110,7 @@ libvlc_media_list_add_media( libvlc_media_list_t *p_ml, libvlc_media_t *p_md );
  * \param p_ml a media list instance
  * \param p_md a media instance
  * \param i_pos position in array where to insert
- * \return 0 on success, -1 if the media list si read-only
+ * \return 0 on success, -1 if the media list is read-only
  */
 LIBVLC_API int
 libvlc_media_list_insert_media( libvlc_media_list_t *p_ml,
@@ -166,7 +166,7 @@ LIBVLC_API int
  * This indicates if this media list is read-only from a user point of view
  *
  * \param p_ml media list instance
- * \return 0 on readonly, 1 on readwrite
+ * \return 1 on readonly, 0 on readwrite
  */
 LIBVLC_API int
     libvlc_media_list_is_readonly( libvlc_media_list_t * p_ml );



More information about the vlc-commits mailing list