summaryrefslogtreecommitdiff
path: root/skins.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-02 13:25:08 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-02 13:25:08 +0100
commita23a13873f1c209312fcfde5254e3ef24ee165fd (patch)
treea6e6328590ba67174c278d57f688ee37bbd98a9d /skins.h
parentb73c83e2a1b2cb3e70a0b5be035ef087c9bdd045 (diff)
downloadvdr-a23a13873f1c209312fcfde5254e3ef24ee165fd.tar.gz
vdr-a23a13873f1c209312fcfde5254e3ef24ee165fd.tar.bz2
Fixed a typo in skins.h
Diffstat (limited to 'skins.h')
-rw-r--r--skins.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins.h b/skins.h
index f7164489..c108e359 100644
--- a/skins.h
+++ b/skins.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: skins.h 2.5 2012/05/12 11:10:30 kls Exp $
+ * $Id: skins.h 2.6 2012/12/02 13:23:44 kls Exp $
*/
#ifndef __SKINS_H
@@ -49,7 +49,7 @@ public:
class cSkinDisplayChannel : public cSkinDisplay {
///< This class is used to display the current channel, together with
- ///< the present and following EPG even. How and to what extent this
+ ///< the present and following EPG event. How and to what extent this
///< is done is totally up to the derived class.
public:
virtual void SetChannel(const cChannel *Channel, int Number) = 0;