[vlc-commits] LiveHTTP: fix typo

Jean-Baptiste Kempf git at videolan.org
Tue May 27 13:10:12 CEST 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 27 13:10:02 2014 +0200| [067a7f624bf9c0fdefd737a146d4372fc95d52c7] | committer: Jean-Baptiste Kempf

LiveHTTP: fix typo

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

 modules/access_output/livehttp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access_output/livehttp.c b/modules/access_output/livehttp.c
index 26f510c..c28e47a 100644
--- a/modules/access_output/livehttp.c
+++ b/modules/access_output/livehttp.c
@@ -103,7 +103,7 @@ static void Close( vlc_object_t * );
 #define RANDOMIV_LONGTEXT N_("Generate IV instead using segment-number as IV")
 
 #define INTITIAL_SEG_TEXT N_("Number of first segment")
-#define INITIAL_SEG_LONGTEXT N_("The number of the segmented generated")
+#define INITIAL_SEG_LONGTEXT N_("The number of the first segmented generated")
 
 vlc_module_begin ()
     set_description( N_("HTTP Live streaming output") )



More information about the vlc-commits mailing list