This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: dvb: Fix spelling errors found by lintian Author: Gregor Jasny <[email protected]> Date: Sat Apr 14 23:12:15 2012 +0200 Signed-off-by: Gregor Jasny <[email protected]> utils/dvb/README | 2 +- utils/dvb/dvbv5-scan.c | 2 +- utils/dvb/dvbv5-zap.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=1c900164cca4eac31d7b967289915929bc672ae7 diff --git a/utils/dvb/README b/utils/dvb/README index c6cbf3e..76bb32a 100644 --- a/utils/dvb/README +++ b/utils/dvb/README @@ -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. diff --git a/utils/dvb/dvbv5-scan.c b/utils/dvb/dvbv5-scan.c index 1f174e6..d785998 100644 --- a/utils/dvb/dvbv5-scan.c +++ b/utils/dvb/dvbv5-scan.c @@ -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}, diff --git a/utils/dvb/dvbv5-zap.c b/utils/dvb/dvbv5-zap.c index 031baf1..c32a6ba 100644 --- a/utils/dvb/dvbv5-zap.c +++ b/utils/dvb/dvbv5-zap.c @@ -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}, _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
