summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-08-21 15:22:50 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-08-21 15:22:50 +0200
commitb1172401f78514dd4e2a9e6011808563b304dd58 (patch)
tree7c22c43ed0c7e77a78dc5027a51862eacc393689
parenta8fe90b28bdd9643cfd4168c006069d165cef101 (diff)
downloadvdr-b1172401f78514dd4e2a9e6011808563b304dd58.tar.gz
vdr-b1172401f78514dd4e2a9e6011808563b304dd58.tar.bz2
Fixed a typo
-rw-r--r--PLUGINS.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/PLUGINS.html b/PLUGINS.html
index 29d83513..bcd6e581 100644
--- a/PLUGINS.html
+++ b/PLUGINS.html
@@ -934,7 +934,7 @@ will send the request to all plugins until one plugin handles it.
The function returns a pointer to the plugin that handled the request, or <tt>NULL</tt>
if no plugin handled it.
<p>
-To send a messages to all plugins, a plugin can call the function
+To send a message to all plugins, a plugin can call the function
<tt>cPluginManager::CallAllServices()</tt>. This function returns <tt>true</tt> if
any plugin handled the request, or <tt>false</tt> if no plugin handled the request.