1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Fixed a typo

This commit is contained in:
Klaus Schmidinger 2013-09-02 07:53:54 +02:00
parent b931724b75
commit f34be6f5f0

4
osd.h
View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * 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 #ifndef __OSD_H
@ -657,7 +657,7 @@ public:
///< covers the entire view port. This may be of advantage if, e.g., ///< 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 ///< 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 ///< 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 ///< being seen through the view port), and later the draw port can be
///< shifted smoothly, resulting in a smooth scrolling. ///< shifted smoothly, resulting in a smooth scrolling.
///< It is the caller's responsibility to make sure that Source and Dest ///< It is the caller's responsibility to make sure that Source and Dest