Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs committed Sep 26, 2011
1 parent 9ee425a commit 791ab72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.js
Expand Up @@ -445,7 +445,7 @@ Feed.prototype.on_change = function on_change(change) {
return self.on_good_change(change);

if(!change.doc)
return self.die(new Error('Internal filter deeds .doc in change ' + change.seq));
return self.die(new Error('Internal filter needs .doc in change ' + change.seq));

// Don't let the filter mutate the real data.
var doc = lib.JDUP(change.doc);
Expand Down

0 comments on commit 791ab72

Please sign in to comment.