diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-17 12:17:37 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-17 12:17:37 +0100 |
commit | 0e1956bb29efe7150fe0c5411d08920a516bf171 (patch) | |
tree | d928220e53718855957a437b7c82244eae723655 | |
parent | 64e8a342810a4ffca18b7de42ababdd4adfeab15 (diff) | |
download | vdr-0e1956bb29efe7150fe0c5411d08920a516bf171.tar.gz vdr-0e1956bb29efe7150fe0c5411d08920a516bf171.tar.bz2 |
Fixed a typo
-rw-r--r-- | ci.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: ci.h 4.11 2018/02/03 12:19:44 kls Exp $ + * $Id: ci.h 4.12 2018/03/17 12:17:37 kls Exp $ */ #ifndef __CI_H @@ -402,7 +402,7 @@ public: ///< call to AddPid()) to Active. A later call to StartDecrypting() will ///< send the full list of currently active CA_PMT entries to the CAM. virtual void AddChannel(const cChannel *Channel); - ///< Adds all PIDs if the given Channel to the current list of PIDs. + ///< Adds all PIDs of the given Channel to the current list of PIDs. ///< If the source or transponder of the channel are different than ///< what was given in a previous call to AddChannel(), any previously ///< added PIDs will be cleared. |