summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-09-16 13:48:33 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-09-16 13:48:33 +0200
commiteebe7c798a689dd1c627f4af5203902665cc2f21 (patch)
treedbe69c8fc12f2535ae6b8646e8f738eecaab6bb8 /menu.c
parent76a7bed57561285b1c32ac8d7a6c68dc607c3d39 (diff)
downloadvdr-eebe7c798a689dd1c627f4af5203902665cc2f21.tar.gz
vdr-eebe7c798a689dd1c627f4af5203902665cc2f21.tar.bz2
Fixed several typos
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.c b/menu.c
index e680efc3..901ec5a3 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c 4.84 2020/09/16 13:35:30 kls Exp $
+ * $Id: menu.c 4.85 2020/09/16 13:48:33 kls Exp $
*/
#include "menu.h"
@@ -4729,7 +4729,7 @@ const cChannel *cDisplayChannel::NextAvailableChannel(const cChannel *Channel, i
{
if (Direction) {
cControl::Shutdown(); // prevents old channel from being shown too long if GetDevice() takes longer
- // and, if decrypted, this removes the now superflous PIDs from the CAM, too
+ // and, if decrypted, this removes the now superfluous PIDs from the CAM, too
LOCK_CHANNELS_READ;
while (Channel) {
Channel = Direction > 0 ? Channels->Next(Channel) : Channels->Prev(Channel);