Commit 3d6595b1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix typo.

parent 7b0d811f
...@@ -291,7 +291,7 @@ static int CreateFilter( vlc_object_t *p_this ) ...@@ -291,7 +291,7 @@ static int CreateFilter( vlc_object_t *p_this )
if( p_sys->b_images == true && p_sys->p_style->i_font_size == -1 ) if( p_sys->b_images == true && p_sys->p_style->i_font_size == -1 )
{ {
msg_Warn( p_filter, "rrs-size wasn't specified. Feed images will thus be displayed without being resized" ); msg_Warn( p_filter, "rss-size wasn't specified. Feed images will thus be displayed without being resized" );
} }
if( FetchRSS( p_filter ) ) if( FetchRSS( p_filter ) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment