From patchwork Sat Dec 1 19:11:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "L. Hanisch" X-Patchwork-Id: 15761 Received: from localhost ([127.0.0.1] helo=www.linuxtv.org) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1TesTw-0007Tg-0f; Sat, 01 Dec 2012 20:12:08 +0100 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1TesTX-0007TL-UC for vdr@linuxtv.org; Sat, 01 Dec 2012 20:12:07 +0100 X-tubIT-Incoming-IP: 62.214.96.174 Received: from mxweb03do.versatel-west.de ([62.214.96.174]) by mail.tu-berlin.de (exim-4.75/mailfrontend-2) with smtp for id 1TesTX-0006T8-Hw; Sat, 01 Dec 2012 20:11:43 +0100 Received: (qmail 6406 invoked from network); 1 Dec 2012 19:11:43 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on spamkill08do.versatel-west.de X-Spam-Status: No, score=0.0 Received: from mxwebdo.versatel.de (62.214.96.205) by mxweb03do.versatel-west.de with SMTP; 1 Dec 2012 19:11:42 -0000 Received: from ens28fl.versatel.de [82.140.32.10] (helo=ens28fl.versatel.de) by mxwebdo.versatel.de (62.214.96.205) with id qB1JBfwf022829; Sat, 1 Dec 2012 20:11:41 +0100 Received: from cinnamon-sage.de (i577A3D15.versanet.de [87.122.61.21]) (dvb@flensrocker.de authenticated bits=0) by ens28fl.versatel.de (8.12.11.20060308/8.12.11) with SMTP id qB1JBfKq001262 for ; Sat, 1 Dec 2012 20:11:41 +0100 Received: from 192.168.23.2:49286 by cinnamon-sage.de for ; 01.12.2012 20:11:38 Message-ID: <50BA566C.80303@flensrocker.de> Date: Sat, 01 Dec 2012 20:11:40 +0100 From: Lars Hanisch User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: VDR Mailing List X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on 82.140.32.176 X-Virus-Status: Clean X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.12.1.185714 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, MIME_TEXT_ONLY_MP_MIXED 0.05, MSGID_ADDED_BY_MTA 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_1099 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, NO_URI_FOUND 0, SMALL_BODY 0, __BAT_BOUNDARY 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __CTYPE_MULTIPART_MIXED 0, __HAS_FROM 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __MOZILLA_USER_AGENT 0, __SANE_MSGID 0, __TO_MALFORMED_2 0, __USER_AGENT 0' X-LSpam-Score: -1.1 (-) X-LSpam-Report: No, score=-1.1 required=5.0 tests=BAYES_00=-1.9, RDNS_NONE=0.793 autolearn=no Subject: [vdr] [PATCH] small typo in skin.h X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: vdr-bounces@linuxtv.org Errors-To: vdr-bounces@linuxtv.org Hi, Just a small typo, for the sake of complete- and correctness... :) Lars. 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;