]> git.sesse.net Git - vlc/commitdiff
minor typo
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 18 Oct 2009 12:21:18 +0000 (14:21 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 18 Oct 2009 12:21:27 +0000 (14:21 +0200)
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