]> git.sesse.net Git - vlc/blobdiff - src/control/playlist.c
Start cleaning up VLM + fixed vlm_New() race condition.
[vlc] / src / control / playlist.c
index 9a17a838fc1084772865ff49af6325b438d7f953..988721f68014da6ec23d868ebe2dc77573edc09e 100644 (file)
@@ -159,7 +159,7 @@ int libvlc_playlist_add_extended( libvlc_instance_t *p_instance,
     assert( PL );
     if( playlist_was_locked( p_instance ) )
     {
-        libvlc_exeption_raise( p_e, "You must unlock playlist before "
+        libvlc_exception_raise( p_e, "You must unlock playlist before "
                                "calling libvlc_playlist_add" );
         return VLC_EGENERIC;
     }