summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2018-03-17 12:17:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2018-03-17 12:17:37 +0100
commit0e1956bb29efe7150fe0c5411d08920a516bf171 (patch)
treed928220e53718855957a437b7c82244eae723655
parent64e8a342810a4ffca18b7de42ababdd4adfeab15 (diff)
downloadvdr-0e1956bb29efe7150fe0c5411d08920a516bf171.tar.gz
vdr-0e1956bb29efe7150fe0c5411d08920a516bf171.tar.bz2
Fixed a typo
-rw-r--r--ci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci.h b/ci.h
index 411479a9..02e59d2e 100644
--- a/ci.h
+++ b/ci.h
@@ -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.