]> git.sesse.net Git - vlc/commitdiff
Fix few typos in libvlc comments.
authorAlexey Sokolov <alexey@alexeysokolov.co.cc>
Mon, 25 Jul 2011 09:19:23 +0000 (16:19 +0700)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 25 Jul 2011 15:17:43 +0000 (18:17 +0300)
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
include/vlc/libvlc_media_list.h

index 893b94539267c2bb8ed8fcb5f55e7c22ac52cfef..2121b18c9ccd57d921f1a534d22783f423dedcf1 100644 (file)
@@ -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 );