[vlc-devel] commit: Fix typo. (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Jun 25 08:24:11 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 24 23:26:07 2008 -0700| [3d6595b148de9956d99c98215abcb53c9d77baad]

Fix typo.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3d6595b148de9956d99c98215abcb53c9d77baad
---

 modules/video_filter/rss.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_filter/rss.c b/modules/video_filter/rss.c
index 28e0713..cd75d92 100644
--- a/modules/video_filter/rss.c
+++ b/modules/video_filter/rss.c
@@ -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 )
     {
-        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 ) )




More information about the vlc-devel mailing list