1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Fixed a typo

This commit is contained in:
Klaus Schmidinger 2006-05-27 11:14:42 +02:00
parent d1617c84ca
commit ba0a06bf0d

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * 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" #include "device.h"
@ -601,7 +601,7 @@ eSetChannelResult cDevice::SetChannel(const cChannel *Channel, bool LiveView)
StopReplay(); StopReplay();
// If this card is switched to an other transponder, any receivers still // 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; bool NeedsDetachReceivers = false;
// If this card can't receive this channel, we must not actually switch // If this card can't receive this channel, we must not actually switch