diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-04-28 14:49:05 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-04-28 14:49:05 +0200 |
commit | 32c689258af3bbf582bc4047930065f379cdd217 (patch) | |
tree | e650852f568c2036cfaa9179af0f53d4e641287b /newplugin | |
parent | 2ac9030e653c55d81e311b90d68669d4f97c2b1c (diff) | |
download | vdr-32c689258af3bbf582bc4047930065f379cdd217.tar.gz vdr-32c689258af3bbf582bc4047930065f379cdd217.tar.bz2 |
Fixed some spelling errors in 'newplugin'
Diffstat (limited to 'newplugin')
-rwxr-xr-x | newplugin | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: newplugin 1.31 2007/02/24 13:23:08 kls Exp $ +# $Id: newplugin 1.32 2007/04/28 14:46:39 kls Exp $ $PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin <name>\n"; @@ -61,7 +61,7 @@ $MAKEFILE = qq # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. # By default the main source file also carries this name. -# IPORTANT: the presence of this macro is important for the Make.config +# IMPORTANT: the presence of this macro is important for the Make.config # file. So it must be defined, even if it is not used here! # PLUGIN = $PLUGIN_NAME @@ -217,7 +217,7 @@ bool cPlugin${PLUGIN_CLASS}::Start(void) void cPlugin${PLUGIN_CLASS}::Stop(void) { - // Stop any background activities the plugin shall perform. + // Stop any background activities the plugin is performing. } void cPlugin${PLUGIN_CLASS}::Housekeeping(void) |