Spelling: containing

This commit is contained in:
Josh Soref 2012-09-10 15:01:36 -04:00 committed by Simon MacDonald
parent 2ecbde891a
commit 5217abf57a

View File

@ -200,7 +200,7 @@ public class PluginManager {
* or execute the class denoted by the clazz argument. * or execute the class denoted by the clazz argument.
* *
* @param service String containing the service to run * @param service String containing the service to run
* @param action String containt the action that the class is supposed to perform. This is * @param action String containing the action that the class is supposed to perform. This is
* passed to the plugin execute method and it is up to the plugin developer * passed to the plugin execute method and it is up to the plugin developer
* how to deal with it. * how to deal with it.
* @param callbackId String containing the id of the callback that is execute in JavaScript if * @param callbackId String containing the id of the callback that is execute in JavaScript if