diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-04 13:40:52 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-04 13:40:52 +0100 |
commit | fe0a0116113e8426173b2e4a066350ba6a9d3579 (patch) | |
tree | 05086fbdb2445c4f6cc689cddc9e51cb1180dd71 /receiver.h | |
parent | ada6766c194c8caf3415a023b74ffe46db9be119 (diff) | |
download | vdr-fe0a0116113e8426173b2e4a066350ba6a9d3579.tar.gz vdr-fe0a0116113e8426173b2e4a066350ba6a9d3579.tar.bz2 |
Fixed several spelling errors
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.1 2010/01/30 10:25:19 kls Exp $ + * $Id: receiver.h 2.2 2011/12/04 13:38:17 kls Exp $ */ #ifndef __RECEIVER_H @@ -56,7 +56,7 @@ public: bool AddPid(int Pid); ///< Adds the given Pid to the list of PIDs of this receiver. bool AddPids(const int *Pids); - ///< Adds the given izero terminated list of Pids to the list of PIDs of this + ///< Adds the given zero terminated list of Pids to the list of PIDs of this ///< receiver. bool AddPids(int Pid1, int Pid2, int Pid3 = 0, int Pid4 = 0, int Pid5 = 0, int Pid6 = 0, int Pid7 = 0, int Pid8 = 0, int Pid9 = 0); ///< Adds the given Pids to the list of PIDs of this receiver. |