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 2013/02/20 23:56:27 UTC

[5/8] bada commit: Spelling: reachability

Spelling: reachability


Project: http://git-wip-us.apache.org/repos/asf/cordova-bada/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-bada/commit/30558c49
Tree: http://git-wip-us.apache.org/repos/asf/cordova-bada/tree/30558c49
Diff: http://git-wip-us.apache.org/repos/asf/cordova-bada/diff/30558c49

Branch: refs/heads/master
Commit: 30558c4955fb443515bbbd302d4ddadcd17fa6fd
Parents: f23f031
Author: Josh Soref <js...@rim.com>
Authored: Mon Sep 10 15:43:54 2012 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Mon Sep 10 15:47:14 2012 -0400

----------------------------------------------------------------------
 Res/cordova/cordova.js |    2 +-
 Res/cordova/network.js |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-bada/blob/30558c49/Res/cordova/cordova.js
----------------------------------------------------------------------
diff --git a/Res/cordova/cordova.js b/Res/cordova/cordova.js
index 81e42c3..b6ccd8f 100644
--- a/Res/cordova/cordova.js
+++ b/Res/cordova/cordova.js
@@ -926,7 +926,7 @@ Network.prototype.isReachable = function(uri, callback, options) {
 
 /**
  * Called by the geolocation framework when the reachability status has changed.
- * @param {Reachibility} reachability The current reachability status.
+ * @param {Reachability} reachability The current reachability status.
  */
 // TODO: Callback from native code not implemented for Android
 Network.prototype.updateReachability = function(reachability) {

http://git-wip-us.apache.org/repos/asf/cordova-bada/blob/30558c49/Res/cordova/network.js
----------------------------------------------------------------------
diff --git a/Res/cordova/network.js b/Res/cordova/network.js
index d5b3b17..9600792 100644
--- a/Res/cordova/network.js
+++ b/Res/cordova/network.js
@@ -58,7 +58,7 @@ Network.prototype.isReachable = function(uri, callback, options) {
 
 /**
  * Called by the geolocation framework when the reachability status has changed.
- * @param {Reachibility} reachability The current reachability status.
+ * @param {Reachability} reachability The current reachability status.
  */
 // TODO: Callback from native code not implemented for Android
 Network.prototype.updateReachability = function(reachability) {