[vlc-devel] [PATCH 06/11] access: dtv: Fix spelling of 'subtract'
Sebastian Ramacher
sramacher at debian.org
Tue Sep 26 23:19:51 CEST 2017
Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
---
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.14.2
More information about the vlc-devel
mailing list