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:39 UTC

[33/50] [abbrv] js commit: Grammar: didn't

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

Branch: refs/heads/master
Commit: 7d9624ff7920e3fead0607edc8de756c39f47d16
Parents: 1059bca
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 16:58:08 2012 -0400
Committer: Anis Kadri <an...@gmail.com>
Committed: Fri Aug 24 13:50:00 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/7d9624ff/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;