dvb: Fix spelling errors found by lintian
authorGregor Jasny <gjasny@googlemail.com>
Sat, 14 Apr 2012 21:12:15 +0000 (23:12 +0200)
committerGregor Jasny <gjasny@googlemail.com>
Sat, 14 Apr 2012 21:12:15 +0000 (23:12 +0200)
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
utils/dvb/README
utils/dvb/dvbv5-scan.c
utils/dvb/dvbv5-zap.c

index c6cbf3e..76bb32a 100644 (file)
@@ -7,7 +7,7 @@ using its latest V5 API. The tools can also work with the DVBv3 API.
 The current tools are:
 
 dvb-fe-tool - a simple test application, that reads from the frontend.
-             it also allows to change the default delivery system.
+             it also allows one to change the default delivery system.
              In the future, it may be used to change any property
              via command line.
 
index 1f174e6..d785998 100644 (file)
@@ -59,7 +59,7 @@ static const struct argp_option options[] = {
        {"lnbf",        'l',    "LNBf_type",            0, "type of LNBf to use. 'help' lists the available ones", 0},
        {"sat_number",  'S',    "satellite_number",     0, "satellite number. If not specified, disable DISEqC", 0},
        {"freq_bpf",    'U',    "frequency",            0, "SCR/Unicable band-pass filter frequency to use, in kHz", 0},
-       {"wait",        'W',    "time",                 0, "adds aditional wait time for DISEqC command completion", 0},
+       {"wait",        'W',    "time",                 0, "adds additional wait time for DISEqC command completion", 0},
        {"nit",         'N',    NULL,                   0, "use data from NIT table on the output file", 0},
        {"get_frontend",'G',    NULL,                   0, "use data from get_frontend on the output file", 0},
        {"verbose",     'v',    NULL,                   0, "be (very) verbose", 0},
index 031baf1..c32a6ba 100644 (file)
@@ -67,7 +67,7 @@ static const struct argp_option options[] = {
        {"lnbf",        'l', "LNBf_type",               0, "type of LNBf to use. 'help' lists the available ones", 0},
        {"sat_number",  'S', "satellite_number",        0, "satellite number. If not specified, disable DISEqC", 0},
        {"freq_bpf",    'U', "frequency",               0, "SCR/Unicable band-pass filter frequency to use, in kHz", 0},
-       {"wait",        'W', "time",                    0, "adds aditional wait time for DISEqC command completion", 0},
+       {"wait",        'W', "time",                    0, "adds additional wait time for DISEqC command completion", 0},
        {"channels",    'c', "file",                    0, "read channels list from 'file'", 0},
        {"exit",        'x', NULL,                      0, "exit after tuning", 0},
        {"record",      'r', NULL,                      0, "set up /dev/dvb/adapterX/dvr0 for TS recording", 0},