From 6469b666bd15110091da0a23a3f4e25a481b0ef7 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Wed, 18 Jan 2012 12:12:49 +0100 Subject: Fixed some typos --- device.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'device.h') diff --git a/device.h b/device.h index a0be67d0..c7f2640f 100644 --- a/device.h +++ b/device.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.h 2.31 2012/01/17 15:13:10 kls Exp $ + * $Id: device.h 2.32 2012/01/18 12:12:49 kls Exp $ */ #ifndef __DEVICE_H @@ -439,14 +439,14 @@ public: ///< Returns the video system of the currently displayed material ///< (default is PAL). virtual void GetVideoSize(int &Width, int &Height, double &VideoAspect); - ///< Returns the With, Height and VideoAspect ratio of the currently + ///< Returns the Width, Height and VideoAspect ratio of the currently ///< displayed video material. Width and Height are given in pixel ///< (e.g. 720x576) and VideoAspect is e.g. 1.33333 for a 4:3 broadcast, ///< or 1.77778 for 16:9. ///< The default implementation returns 0 for Width and Height ///< and 1.0 for VideoAspect. virtual void GetOsdSize(int &Width, int &Height, double &PixelAspect); - ///< Returns the With, Height and PixelAspect ratio the OSD should use + ///< Returns the Width, Height and PixelAspect ratio the OSD should use ///< to best fit the resolution of the output device. If PixelAspect ///< is not 1.0, the OSD may take this as a hint to scale its ///< graphics in a way that, e.g., a circle will actually -- cgit v1.2.3