From b1172401f78514dd4e2a9e6011808563b304dd58 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 21 Aug 2005 15:22:50 +0200 Subject: Fixed a typo --- PLUGINS.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 NULL if no plugin handled it.

-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 cPluginManager::CallAllServices(). This function returns true if any plugin handled the request, or false if no plugin handled the request. -- cgit v1.2.3