Spelling: containing
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/5217abf5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/5217abf5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/5217abf5 Branch: refs/heads/master Commit: 5217abf57a91dde27bf0c3bab30d68ff1f7371d8 Parents: 2ecbde8 Author: Josh Soref <jso...@rim.com> Authored: Mon Sep 10 15:01:36 2012 -0400 Committer: Simon MacDonald <simon.macdon...@gmail.com> Committed: Mon Sep 17 22:09:51 2012 -0400 ---------------------------------------------------------------------- .../src/org/apache/cordova/api/PluginManager.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/5217abf5/framework/src/org/apache/cordova/api/PluginManager.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/api/PluginManager.java b/framework/src/org/apache/cordova/api/PluginManager.java index 7c6c28e..0a09027 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