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 /skins.h | |
parent | ada6766c194c8caf3415a023b74ffe46db9be119 (diff) | |
download | vdr-fe0a0116113e8426173b2e4a066350ba6a9d3579.tar.gz vdr-fe0a0116113e8426173b2e4a066350ba6a9d3579.tar.bz2 |
Fixed several spelling errors
Diffstat (limited to 'skins.h')
-rw-r--r-- | skins.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: skins.h 1.16 2008/02/17 11:30:56 kls Exp $ + * $Id: skins.h 2.1 2011/12/04 13:38:17 kls Exp $ */ #ifndef __SKINS_H @@ -148,7 +148,7 @@ public: ///< Sets the Total number of items in the currently displayed list, and the ///< Offset of the first item that is currently displayed (the skin knows how ///< many items it can display at once, see MaxItems()). This can be used to - ///< display a scollbar. + ///< display a scrollbar. virtual void SetEvent(const cEvent *Event) = 0; ///< Sets the Event that shall be displayed, using the entire central area ///< of the menu. The Event's 'description' shall be displayed using a |