From 0bb5fb9dcd76ef40221c2c5cd18301172eddffc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trzebiatowski?= Date: Mon, 4 Dec 2017 01:12:53 +0100 Subject: [PATCH] i18n: typo http -> HTTP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MichaƂ Trzebiatowski Signed-off-by: Jean-Baptiste Kempf --- modules/demux/adaptive/adaptive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/demux/adaptive/adaptive.cpp b/modules/demux/adaptive/adaptive.cpp index 4b4792cf8e..05dea53c14 100644 --- a/modules/demux/adaptive/adaptive.cpp +++ b/modules/demux/adaptive/adaptive.cpp @@ -74,7 +74,7 @@ static void Close (vlc_object_t *); #define ADAPT_LOGIC_TEXT N_("Adaptive Logic") #define ADAPT_ACCESS_TEXT N_("Use regular HTTP modules") -#define ADAPT_ACCESS_LONGTEXT N_("Connect using http access instead of custom http code") +#define ADAPT_ACCESS_LONGTEXT N_("Connect using HTTP access instead of custom HTTP code") static const AbstractAdaptationLogic::LogicType pi_logics[] = { AbstractAdaptationLogic::Default,