grammar: space after comma

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

Branch: refs/heads/master
Commit: 379d921bfa795bab955995d6432a55d4efcc6f74
Parents: 685be1b
Author: Josh Soref <jso...@rim.com>
Authored: Tue Aug 14 17:24:06 2012 -0400
Committer: Anis Kadri <anis.ka...@gmail.com>
Committed: Fri Aug 24 13:50:01 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/379d921b/lib/bada/plugin/bada/NetworkStatus.js
----------------------------------------------------------------------
diff --git a/lib/bada/plugin/bada/NetworkStatus.js 
b/lib/bada/plugin/bada/NetworkStatus.js
index 38ff127..7c77936 100644
--- a/lib/bada/plugin/bada/NetworkStatus.js
+++ b/lib/bada/plugin/bada/NetworkStatus.js
@@ -1,7 +1,7 @@
 var channel = require('cordova/channel'),
     Connection = require("cordova/plugin/Connection");
 
-// We can't tell if a cell connection is 2,3 or 4G.
+// 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 connected to cellular network

Reply via email to