Fixed a typo

This commit is contained in:
Klaus Schmidinger 2005-08-21 15:22:50 +02:00
parent a8fe90b28b
commit b1172401f7
1 changed files with 1 additions and 1 deletions

View File

@ -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.