summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-08 10:21:32 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-08 10:21:32 +0100
commit3a5c65e59403a4cc9c23d0ae2e5b194a4073e26e (patch)
tree5cf1b06d8cb43ae9adb57ef1f78343190434c438
parentb464dc407d5fba192abb0c9d4ca2f35fb438adcc (diff)
downloadvdr-3a5c65e59403a4cc9c23d0ae2e5b194a4073e26e.tar.gz
vdr-3a5c65e59403a4cc9c23d0ae2e5b194a4073e26e.tar.bz2
Fixed a typo
-rwxr-xr-xPLUGINS/src/sky/getskyepg.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/sky/getskyepg.pl b/PLUGINS/src/sky/getskyepg.pl
index 77768ade..26dbc0a0 100755
--- a/PLUGINS/src/sky/getskyepg.pl
+++ b/PLUGINS/src/sky/getskyepg.pl
@@ -8,7 +8,7 @@
#
# See the README file for copyright information and how to reach the author.
#
-# $Id: getskyepg.pl 1.3 2004/02/15 13:35:52 kls Exp $
+# $Id: getskyepg.pl 1.4 2006/01/08 10:21:32 kls Exp $
use Getopt::Std;
use Time::Local;
@@ -151,7 +151,7 @@ sub GetEpgData
$gmt[1] = $m; # minutes
$gmt[2] = $h; # hours
$time = timegm(@gmt) + ($day - 1) * $SecsInDay + ($h < 12 ? $dt : 0);
- # comensate for DST:
+ # compensate for DST:
$time += $DST if (localtime($time))[8];
# create EPG data:
if ($Time) {