]> git.sesse.net Git - vlc/commitdiff
* Streamming -> Streaming
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 28 Sep 2005 14:57:31 +0000 (14:57 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 28 Sep 2005 14:57:31 +0000 (14:57 +0000)
modules/video_filter/deinterlace.c

index 743394dd5adad682d8456a077298c66543df77fb..f0e52f1608508f57b3159e744d4dfd617cee838e 100644 (file)
@@ -125,7 +125,7 @@ vlc_module_begin();
 
     add_submodule();
     set_capability( "video filter2", 0 );
-    set_section( N_("Streamming"),NULL);
+    set_section( N_("Streaming"),NULL);
     add_string( FILTER_CFG_PREFIX "mode", "blend", NULL, MODE_TEXT,
                 MODE_LONGTEXT, VLC_FALSE );
         change_string_list( mode_list, mode_list_text, 0 );