diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-27 11:14:42 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-27 11:14:42 +0200 |
commit | ba0a06bf0dac8f74f8b766a1b0f7aaa4fe6bff1e (patch) | |
tree | 2c87411083dec54ad3212da70dd2c5f029d553c3 /device.c | |
parent | d1617c84caf18c99ee6a6555f1512af34668a504 (diff) | |
download | vdr-ba0a06bf0dac8f74f8b766a1b0f7aaa4fe6bff1e.tar.gz vdr-ba0a06bf0dac8f74f8b766a1b0f7aaa4fe6bff1e.tar.bz2 |
Fixed a typo
Diffstat (limited to 'device.c')
-rw-r--r-- | device.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.c 1.129 2006/05/27 09:43:37 kls Exp $ + * $Id: device.c 1.130 2006/05/27 11:14:42 kls Exp $ */ #include "device.h" @@ -601,7 +601,7 @@ eSetChannelResult cDevice::SetChannel(const cChannel *Channel, bool LiveView) StopReplay(); // If this card is switched to an other transponder, any receivers still - // attached to it ineed to be automatically detached: + // attached to it need to be automatically detached: bool NeedsDetachReceivers = false; // If this card can't receive this channel, we must not actually switch |