Grammar: didn't

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

Branch: refs/heads/master
Commit: b86e88254b8d7b3fa6f2163f9a17a24158529a6f
Parents: f66f2ee
Author: Josh Soref <jso...@rim.com>
Authored: Tue Aug 14 16:58:08 2012 -0400
Committer: Tim Kim <tim....@nitobi.com>
Committed: Thu Aug 23 17:56:11 2012 -0700

----------------------------------------------------------------------
 lib/common/channel.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/b86e8825/lib/common/channel.js
----------------------------------------------------------------------
diff --git a/lib/common/channel.js b/lib/common/channel.js
index f839a29..242a2d7 100755
--- a/lib/common/channel.js
+++ b/lib/common/channel.js
@@ -147,7 +147,7 @@ Channel.prototype.subscribe = function(f, c, g) {
         g = this.guid++;
     }
     else {
-        // subscriber already handled; dont set it twice
+        // subscriber already handled; don't set it twice
         return g;
     }
     func.observer_guid = g;

Reply via email to