Spelling: asynchronous
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/e6ac20cc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/e6ac20cc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/e6ac20cc Branch: refs/heads/master Commit: e6ac20cc7fcbd3e89d05c5d623190c8b2b45f0c7 Parents: 396c7dc Author: Josh Soref <jso...@rim.com> Authored: Tue Aug 14 17:30:16 2012 -0400 Committer: Anis Kadri <anis.ka...@gmail.com> Committed: Fri Aug 24 13:50:02 2012 -0700 ---------------------------------------------------------------------- lib/tizen/exec.js | 2 +- lib/webworks/exec.js | 2 +- lib/windows8/exec.js | 2 +- lib/wp7/exec.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/e6ac20cc/lib/tizen/exec.js ---------------------------------------------------------------------- diff --git a/lib/tizen/exec.js b/lib/tizen/exec.js index 2c02f34..74e53a2 100644 --- a/lib/tizen/exec.js +++ b/lib/tizen/exec.js @@ -2,7 +2,7 @@ * Execute a cordova command. It is up to the native side whether this action * is synchronous or asynchronous. The native side can return: * Synchronous: PluginResult object as a JSON string - * Asynchrounous: Empty string "" + * Asynchronous: Empty string "" * If async, the native side will cordova.callbackSuccess or cordova.callbackError, * depending upon the result of the action. * http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/e6ac20cc/lib/webworks/exec.js ---------------------------------------------------------------------- diff --git a/lib/webworks/exec.js b/lib/webworks/exec.js index aaec6e5..a3cf34f 100644 --- a/lib/webworks/exec.js +++ b/lib/webworks/exec.js @@ -6,7 +6,7 @@ var manager = require('cordova/plugin/manager'), * Execute a cordova command. It is up to the native side whether this action * is synchronous or asynchronous. The native side can return: * Synchronous: PluginResult object as a JSON string - * Asynchrounous: Empty string "" + * Asynchronous: Empty string "" * If async, the native side will cordova.callbackSuccess or cordova.callbackError, * depending upon the result of the action. * http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/e6ac20cc/lib/windows8/exec.js ---------------------------------------------------------------------- diff --git a/lib/windows8/exec.js b/lib/windows8/exec.js index 60bee46..5730905 100644 --- a/lib/windows8/exec.js +++ b/lib/windows8/exec.js @@ -11,7 +11,7 @@ var cordova = require('cordova'); * Execute a cordova command. It is up to the native side whether this action * is synchronous or asynchronous. The native side can return: * Synchronous: PluginResult object as a JSON string - * Asynchrounous: Empty string "" + * Asynchronous: Empty string "" * If async, the native side will cordova.callbackSuccess or cordova.callbackError, * depending upon the result of the action. * http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/e6ac20cc/lib/wp7/exec.js ---------------------------------------------------------------------- diff --git a/lib/wp7/exec.js b/lib/wp7/exec.js index 92baf49..d30e77a 100644 --- a/lib/wp7/exec.js +++ b/lib/wp7/exec.js @@ -4,7 +4,7 @@ var cordova = require('cordova'); * Execute a cordova command. It is up to the native side whether this action * is synchronous or asynchronous. The native side can return: * Synchronous: PluginResult object as a JSON string - * Asynchrounous: Empty string "" + * Asynchronous: Empty string "" * If async, the native side will cordova.callbackSuccess or cordova.callbackError, * depending upon the result of the action. *