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

[17/23] js commit: spelling: WiFi

spelling: WiFi


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

Branch: refs/heads/master
Commit: 58c535030a91b04ffbd4c146bb46562867eabfe3
Parents: 51ecc0d
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 17:24:19 2012 -0400
Committer: Tim Kim <ti...@nitobi.com>
Committed: Thu Aug 23 17:56:11 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/58c53503/lib/bada/plugin/bada/NetworkStatus.js
----------------------------------------------------------------------
diff --git a/lib/bada/plugin/bada/NetworkStatus.js b/lib/bada/plugin/bada/NetworkStatus.js
index 7c77936..b6f0c95 100644
--- a/lib/bada/plugin/bada/NetworkStatus.js
+++ b/lib/bada/plugin/bada/NetworkStatus.js
@@ -3,7 +3,7 @@ var channel = require('cordova/channel'),
 
 // We can't tell if a cell connection is 2, 3 or 4G.
 // We just know if it's connected and the signal strength
-// if it's roaming and the network name etc..so unless wifi we default to CELL_2G
+// if it's roaming and the network name etc..so unless WiFi we default to CELL_2G
 // if connected to cellular network
 
 module.exports = {