diff --git a/lib/timeline-window.js b/lib/timeline-window.js index 10d7d3f98..539429982 100644 --- a/lib/timeline-window.js +++ b/lib/timeline-window.js @@ -241,7 +241,7 @@ TimelineWindow.prototype.paginate = function(direction, size, makeRequest, if (!makeRequest || requestLimit === 0) { // todo: should we return something different to indicate that there - // might be more envets out there, but we haven't found them yet? + // might be more events out there, but we haven't found them yet? return q(false); }