]> git.sesse.net Git - vlc/blobdiff - src/control/video.c
Qt4: fix #3113: crash after a playlist item is removed by another plugin
[vlc] / src / control / video.c
index 30a3f46c08b23ddbb3ca126e13cc4375838e4e65..11b3fdf96818cdaa9ca2dd212cd17172093d6a1f 100644 (file)
@@ -634,7 +634,7 @@ void libvlc_video_set_deinterlace( libvlc_media_player_t *p_mi, int b_enable,
         else
         {
             libvlc_exception_raise( p_e );
-            libvlc_printerr( "Bad or unsuported deinterlacing mode" );
+            libvlc_printerr( "Bad or unsupported deinterlacing mode" );
         }
     }
     else