small typo in skin.h

Message ID 50BA566C.80303@flensrocker.de
State New
Headers

Commit Message

L. Hanisch Dec. 1, 2012, 7:11 p.m. UTC
  Hi,

Just a small typo, for the sake of complete- and correctness... :)

Lars.
  

Patch

diff --git a/skins.h b/skins.h
index f716448..163eaef 100644
--- a/skins.h
+++ b/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;