Skip to content

Commit

Permalink
Grammar: didn't
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored and Tim Kim committed Aug 24, 2012
1 parent f66f2ee commit b86e882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b86e882

Please sign in to comment.