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/c4d5c9e8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/c4d5c9e8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/c4d5c9e8 Branch: refs/heads/master Commit: c4d5c9e841233e2709f2bc24c1d9ddd45fd0d0d1 Parents: 32195f0 Author: Josh Soref <jso...@rim.com> Authored: Tue Aug 14 17:30:16 2012 -0400 Committer: Tim Kim <tim....@nitobi.com> Committed: Thu Aug 23 17:56:44 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/c4d5c9e8/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/c4d5c9e8/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/c4d5c9e8/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/c4d5c9e8/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. *