[vlc-commits] access: dtv: Fix spelling of 'subtract'
    Sebastian Ramacher 
    git at videolan.org
       
    Wed Sep 27 09:02:09 CEST 2017
    
    
  
vlc | branch: master | Sebastian Ramacher <sramacher at debian.org> | Tue Sep 26 23:19:51 2017 +0200| [570767fdc44ad0f8266c11e551e13fb6db1ac4c3] | committer: Thomas Guillem
access: dtv: Fix spelling of 'subtract'
Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=570767fdc44ad0f8266c11e551e13fb6db1ac4c3
---
 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)")
    
    
More information about the vlc-commits
mailing list