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

[15/50] [abbrv] 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/770aefe8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/770aefe8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/770aefe8

Branch: refs/heads/master
Commit: 770aefe8bbf195dd73872b083bd6d79691cc94aa
Parents: aa50cd6
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 17:32:00 2012 -0400
Committer: Anis Kadri <an...@gmail.com>
Committed: Fri Aug 24 13:50:02 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/770aefe8/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") {