summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-03-09 10:03:34 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-03-09 10:03:34 +0100
commit25eb5fd2e1e7a31ab43e29da8edda59a3fc35f59 (patch)
tree8ec5177773954005eb0f0fe04466dee0564d022d
parent28e7052461151600ff20494f431d20c450bad326 (diff)
downloadvdr-25eb5fd2e1e7a31ab43e29da8edda59a3fc35f59.tar.gz
vdr-25eb5fd2e1e7a31ab43e29da8edda59a3fc35f59.tar.bz2
Fixed a typo
-rw-r--r--device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.c b/device.c
index 22cf181f..95bcb910 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c 1.156 2008/03/07 15:36:25 kls Exp $
+ * $Id: device.c 1.157 2008/03/09 10:03:34 kls Exp $
*/
#include "device.h"
@@ -1416,7 +1416,7 @@ bool cDevice::Receiving(bool CheckAny) const
#define TS_SCRAMBLING_CONTROL 0xC0
#define TS_SCRAMBLING_TIMEOUT 3 // seconds to wait until a TS becomes unscrambled
-#define TS_SCRAMBLING_TIME_OK 10 // seconds before a Channel/CAM combination is marked a known to decrypt
+#define TS_SCRAMBLING_TIME_OK 10 // seconds before a Channel/CAM combination is marked as known to decrypt
void cDevice::Action(void)
{