You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2012/08/24 03:10:41 UTC

[8/23] js commit: Spelling: determine

Spelling: determine


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/0509e1f6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/0509e1f6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/0509e1f6

Branch: refs/heads/master
Commit: 0509e1f67e6daa0262e54e421d411f728d4913df
Parents: 7ab9512
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 17:32:00 2012 -0400
Committer: Tim Kim <ti...@nitobi.com>
Committed: Thu Aug 23 17:56:45 2012 -0700

----------------------------------------------------------------------
 lib/wp7/plugin/wp7/CordovaCommandResult.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/0509e1f6/lib/wp7/plugin/wp7/CordovaCommandResult.js
----------------------------------------------------------------------
diff --git a/lib/wp7/plugin/wp7/CordovaCommandResult.js b/lib/wp7/plugin/wp7/CordovaCommandResult.js
index e10fd6e..2f7da8a 100644
--- a/lib/wp7/plugin/wp7/CordovaCommandResult.js
+++ b/lib/wp7/plugin/wp7/CordovaCommandResult.js
@@ -2,7 +2,7 @@
 var cordova = require('cordova');
 var channel = require('cordova/channel');
 
-// singular WP7 callback function attached to window, status is used to determin if it is a success or error
+// singular WP7 callback function attached to window, status is used to determine if it is a success or error
 module.exports = function(status,callbackId,args,cast) {
 
     if(status === "backbutton") {