v4l-utils/0001-dvb-Fix-spelling-errors-found-by-lintian.patch
Hans de Goede 352a2ee69f New upstream release 0.8.8
- Add patches from upstream git to improve Pixart JPEG decoding
- Add patch from upstream git to fix building with latest kernels (rhbz#823863)
2012-05-22 14:32:26 +02:00

56 lines
2.8 KiB
Diff

From ef5beb9f065a3fdd48156df2a02b45a747b52477 Mon Sep 17 00:00:00 2001
From: Gregor Jasny <gjasny@googlemail.com>
Date: Sat, 14 Apr 2012 23:12:15 +0200
Subject: [PATCH 01/12] dvb: Fix spelling errors found by lintian
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
(cherry picked from commit 1c900164cca4eac31d7b967289915929bc672ae7)
---
utils/dvb/README | 2 +-
utils/dvb/dvbv5-scan.c | 2 +-
utils/dvb/dvbv5-zap.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
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 c7365bc..dcb5cfe 100644
--- a/utils/dvb/dvbv5-scan.c
+++ b/utils/dvb/dvbv5-scan.c
@@ -57,7 +57,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 0dc6d20..c8aaf9d 100644
--- a/utils/dvb/dvbv5-zap.c
+++ b/utils/dvb/dvbv5-zap.c
@@ -65,7 +65,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},
--
1.7.10