From 1a559bd239fb65f54c698ead132233658f5d7663 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Thu, 12 May 2005 18:49:54 +0000 Subject: [PATCH] * fix two typos introduced in [10984] --- modules/codec/theora.c | 2 +- modules/services_discovery/shout.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/codec/theora.c b/modules/codec/theora.c index 1a08fa61d8..8149c6c66a 100644 --- a/modules/codec/theora.c +++ b/modules/codec/theora.c @@ -95,7 +95,7 @@ static block_t *Encode( encoder_t *p_enc, picture_t *p_pict ); vlc_module_begin(); set_category( CAT_INPUT ); set_subcategory( SUBCAT_INPUT_VCODEC ); - set_shorname( "Theora" ); + set_shortname( "Theora" ); set_description( _("Theora video decoder") ); set_capability( "decoder", 100 ); set_callbacks( OpenDecoder, CloseDecoder ); diff --git a/modules/services_discovery/shout.c b/modules/services_discovery/shout.c index b0ad6afbc5..c0f3890ccf 100644 --- a/modules/services_discovery/shout.c +++ b/modules/services_discovery/shout.c @@ -61,7 +61,7 @@ #define LIMIT_LONGTEXT LIMIT_TEXT vlc_module_begin(); - set_shorname( "Shoutcast"); + set_shortname( "Shoutcast"); set_description( _("Shoutcast radio listings") ); set_category( CAT_PLAYLIST ); set_subcategory( SUBCAT_PLAYLIST_SD ); -- 2.39.2