Fixed several typos

This commit is contained in:
Klaus Schmidinger
2020-09-16 13:48:33 +02:00
parent 76a7bed575
commit eebe7c798a
16 changed files with 31 additions and 27 deletions

View File

@@ -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);