]> git.sesse.net Git - vlc/commitdiff
Compile fix - Pointed by vcxx
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 20 Feb 2007 09:46:11 +0000 (09:46 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 20 Feb 2007 09:46:11 +0000 (09:46 +0000)
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;
     }