summaryrefslogtreecommitdiff
path: root/newplugin
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-10-26 14:34:53 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-10-26 14:34:53 +0200
commit462463404d0116d38d330b043a0e55e3be62a98a (patch)
treea544784c628600d9d1d5b2a2d82e913328c7bd7e /newplugin
parentbd66898c7820a00a7bd78c7c974f5be47f407468 (diff)
downloadvdr-462463404d0116d38d330b043a0e55e3be62a98a.tar.gz
vdr-462463404d0116d38d330b043a0e55e3be62a98a.tar.bz2
Fixed a typo
Diffstat (limited to 'newplugin')
-rwxr-xr-xnewplugin4
1 files changed, 2 insertions, 2 deletions
diff --git a/newplugin b/newplugin
index e4eb2287..b18e7c56 100755
--- a/newplugin
+++ b/newplugin
@@ -12,7 +12,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: newplugin 1.8 2002/09/21 09:09:00 kls Exp $
+# $Id: newplugin 1.9 2002/10/26 14:32:12 kls Exp $
$PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin <name>\n";
@@ -174,7 +174,7 @@ public:
cPlugin${PLUGIN_CLASS}::cPlugin$PLUGIN_CLASS(void)
{
- // Initialize any member varaiables here.
+ // Initialize any member variables here.
// DON'T DO ANYTHING ELSE THAT MAY HAVE SIDE EFFECTS, REQUIRE GLOBAL
// VDR OBJECTS TO EXIST OR PRODUCE ANY OUTPUT!
}