From 570767fdc44ad0f8266c11e551e13fb6db1ac4c3 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Tue, 26 Sep 2017 23:19:51 +0200 Subject: [PATCH] access: dtv: Fix spelling of 'subtract' Signed-off-by: Sebastian Ramacher Signed-off-by: Thomas Guillem --- modules/access/dtv/access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/access/dtv/access.c b/modules/access/dtv/access.c index 676a36d7c0..a5fc83d872 100644 --- a/modules/access/dtv/access.c +++ b/modules/access/dtv/access.c @@ -183,7 +183,7 @@ static const char *const polarization_user[] = { N_("Unspecified (0V)"), #define LNB_LOW_TEXT N_("Local oscillator low frequency (kHz)") #define LNB_HIGH_TEXT N_("Local oscillator high frequency (kHz)") #define LNB_LONGTEXT N_( \ - "The downconverter (LNB) will substract the local oscillator frequency " \ + "The downconverter (LNB) will subtract the local oscillator frequency " \ "from the satellite transmission frequency. " \ "The intermediate frequency (IF) on the RF cable is the result.") #define LNB_SWITCH_TEXT N_("Universal LNB switch frequency (kHz)") -- 2.11.4.GIT