diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-07-13 20:32:38 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-07-13 20:32:38 +0100 |
commit | 11a62668b3a6e83574470ada57ed150bcee66d88 (patch) | |
tree | 7aa3832e2c217240659109e51450b41bb60267e1 | |
parent | d7008b1c096a1d537313f95f872808460f9ffada (diff) | |
download | xine-lib-11a62668b3a6e83574470ada57ed150bcee66d88.tar.gz xine-lib-11a62668b3a6e83574470ada57ed150bcee66d88.tar.bz2 |
Fix a spelling error in the media.dvb.tuning_timeout description.
-rw-r--r-- | src/input/input_dvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 5b3f0b086..b3a399ce4 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -3282,7 +3282,7 @@ static void *init_class (xine_t *xine, void *data) { 0, _("Number of seconds until tuning times out."), _("Leave at 0 means try forever. " - "Greater then 0 means wait that many seconds to get a lock. Minimum is 5 seconds."), + "Greater than 0 means wait that many seconds to get a lock. Minimum is 5 seconds."), 0, NULL, (void *) this); config->register_num(config, "media.dvb.adapter", |