From 5217abf57a91dde27bf0c3bab30d68ff1f7371d8 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 10 Sep 2012 15:01:36 -0400 Subject: [PATCH] Spelling: containing --- framework/src/org/apache/cordova/api/PluginManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/org/apache/cordova/api/PluginManager.java b/framework/src/org/apache/cordova/api/PluginManager.java index 7c6c28e6..0a09027e 100755 --- a/framework/src/org/apache/cordova/api/PluginManager.java +++ b/framework/src/org/apache/cordova/api/PluginManager.java @@ -200,7 +200,7 @@ public class PluginManager { * or execute the class denoted by the clazz argument. * * @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 * how to deal with it. * @param callbackId String containing the id of the callback that is execute in JavaScript if