summaryrefslogtreecommitdiff
path: root/PLUGINS.html
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-16 11:04:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-16 11:04:37 +0100
commit2502068015a36b6763803cace3f05b3df7422e2d (patch)
tree34de2ca2ffcc1897c4f174944ef0b951652471a0 /PLUGINS.html
parentbd478955e62143c81c7eeffeb51a35af60e4d0f0 (diff)
downloadvdr-2502068015a36b6763803cace3f05b3df7422e2d.tar.gz
vdr-2502068015a36b6763803cace3f05b3df7422e2d.tar.bz2
Fixed some spellings in PLUGINS.html and Doxyfile
Diffstat (limited to 'PLUGINS.html')
-rw-r--r--PLUGINS.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/PLUGINS.html b/PLUGINS.html
index a5713a7f..a386e140 100644
--- a/PLUGINS.html
+++ b/PLUGINS.html
@@ -575,7 +575,7 @@ If the plugin should print log messages, you can use <tt>dsyslog()</tt>, <tt>isy
<li><tt>esyslog()</tt> prints the log message only if the log level of vdr is set to 1 or above.
</ul>
The output of this log is the syslog of the system vdr is running on.
-The logmessage can be formatted like <tt>printf()</tt>, as in
+The log message can be formatted like <tt>printf()</tt>, as in
<p><table><tr><td class="code"><pre>
esyslog("pluginname: error #%d has occurred", ErrorNumber);
@@ -918,7 +918,7 @@ original values that are stored elsewhere.
</modified>
<p>
<modified>
-Threfore VDR provides the functions
+Therefore VDR provides the functions
<p><table><tr><td class="code"><pre>
<modified>
@@ -939,7 +939,7 @@ call to <tt>ConfigDirectory()</tt> will automatically make sure that the <tt>plu
subdirectory will exist. If, for some reason, this cannot be achieved, <tt>NULL</tt>
will be returned.
<modified>
-The behavoir of <tt>CacheDirectory()</tt> and <tt>ResourceDirectory()</tt> is similar.
+The behavior of <tt>CacheDirectory()</tt> and <tt>ResourceDirectory()</tt> is similar.
</modified>
<p>
The additional <tt>plugins</tt> directory is used to keep files from plugins apart