summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-06 12:56:44 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-06 12:56:44 +0100
commite87e649991adfceba8462fb642c57619131efb06 (patch)
tree302fc074cfdbfe48a9765debf3f4df6f0ea3526f /device.c
parent700b88bc4db79b94fb6bc4f457f72d870cab9520 (diff)
downloadvdr-e87e649991adfceba8462fb642c57619131efb06.tar.gz
vdr-e87e649991adfceba8462fb642c57619131efb06.tar.bz2
Fixed a typo
Diffstat (limited to 'device.c')
-rw-r--r--device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.c b/device.c
index 8e910f1d..5fad4d96 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.115 2005/12/30 15:41:42 kls Exp $
+ * $Id: device.c 1.116 2006/01/06 12:56:44 kls Exp $
*/
#include "device.h"
@@ -659,7 +659,7 @@ eSetChannelResult cDevice::SetChannel(const cChannel *Channel, bool LiveView)
sectionHandler->SetChannel(Channel);
sectionHandler->SetStatus(true);
}
- // Start decrypting any PIDs the might have been set in SetChannelDevice():
+ // Start decrypting any PIDs that might have been set in SetChannelDevice():
if (ciHandler)
ciHandler->StartDecrypting();
}