summaryrefslogtreecommitdiff
path: root/osd.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-09-02 07:53:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-09-02 07:53:54 +0200
commitf34be6f5f00f819b639ab3a7c1e0e73d7591ae97 (patch)
tree82faf58d8e59c92ac9be8fc32d1eaba817782b89 /osd.h
parentb931724b7554ba55c4ea8a36329a826763fe8453 (diff)
downloadvdr-f34be6f5f00f819b639ab3a7c1e0e73d7591ae97.tar.gz
vdr-f34be6f5f00f819b639ab3a7c1e0e73d7591ae97.tar.bz2
Fixed a typo
Diffstat (limited to 'osd.h')
-rw-r--r--osd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/osd.h b/osd.h
index 777a652e..b0784f37 100644
--- a/osd.h
+++ b/osd.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: osd.h 2.20 2013/02/12 13:39:08 kls Exp $
+ * $Id: osd.h 3.1 2013/09/02 07:53:54 kls Exp $
*/
#ifndef __OSD_H
@@ -657,7 +657,7 @@ public:
///< covers the entire view port. This may be of advantage if, e.g.,
///< there is a draw port that holds, say, 11 lines of text, while the
///< view port displays only 10 lines. By Pan()'ing the draw port up one
- ///< line, an new bottom line can be written into the draw port (without
+ ///< line, a new bottom line can be written into the draw port (without
///< being seen through the view port), and later the draw port can be
///< shifted smoothly, resulting in a smooth scrolling.
///< It is the caller's responsibility to make sure that Source and Dest