diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-31 10:18:29 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-31 10:18:29 +0200 |
commit | 8f628ceb8ceac2648bd8b33f1d250bba9d5ff3b3 (patch) | |
tree | a93293b1bf55af0e3f3cd4377152095afeee2fd7 /receiver.h | |
parent | 16967a231edc5efaee1d824503e68dbc92a12ed1 (diff) | |
download | vdr-8f628ceb8ceac2648bd8b33f1d250bba9d5ff3b3.tar.gz vdr-8f628ceb8ceac2648bd8b33f1d250bba9d5ff3b3.tar.bz2 |
Fixed a typo
Diffstat (limited to 'receiver.h')
-rw-r--r-- | receiver.h | 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: receiver.h 2.6 2012/03/11 15:25:40 kls Exp $ + * $Id: receiver.h 2.7 2012/03/31 10:18:29 kls Exp $ */ #ifndef __RECEIVER_H @@ -62,7 +62,7 @@ public: ///< Adds the given Pids to the list of PIDs of this receiver. bool SetPids(const cChannel *Channel); ///< Sets the PIDs of this receiver to those of the given Channel, - ///< replacing and previously stored PIDs. If Channel is NULL, all + ///< replacing any previously stored PIDs. If Channel is NULL, all ///< PIDs will be cleared. Parameters in the Setup may control whether ///< certain types of PIDs (like Dolby Digital, for instance) are ///< actually set. The Channel's ID is stored and can later be retrieved |