summaryrefslogtreecommitdiff
path: root/PLUGINS.html
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-09-16 13:48:33 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-09-16 13:48:33 +0200
commiteebe7c798a689dd1c627f4af5203902665cc2f21 (patch)
treedbe69c8fc12f2535ae6b8646e8f738eecaab6bb8 /PLUGINS.html
parent76a7bed57561285b1c32ac8d7a6c68dc607c3d39 (diff)
downloadvdr-eebe7c798a689dd1c627f4af5203902665cc2f21.tar.gz
vdr-eebe7c798a689dd1c627f4af5203902665cc2f21.tar.bz2
Fixed several typos
Diffstat (limited to 'PLUGINS.html')
-rw-r--r--PLUGINS.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/PLUGINS.html b/PLUGINS.html
index 39b5031e..1f41182f 100644
--- a/PLUGINS.html
+++ b/PLUGINS.html
@@ -1710,7 +1710,7 @@ restricts this to a <tt>cOsdObject</tt> returned from the plugin's <tt>MainMenuA
function, or any of the skin classes a plugin might implement.
<p>
If a plugin runs a separate thread and wants to issue a message directly from
-within that tread, it can call
+within that thread, it can call
<p><table><tr><td class="code"><pre>
int cSkins::QueueMessage(eMessageType Type, const char *s, int Seconds = 0, int Timeout = 0);