From dc56d7f784543af9229f7bf83af8acb92b38649c Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 8 Apr 2016 15:54:57 +0100 Subject: [PATCH] Fix typo s/evnets/events/ --- lib/timeline-window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }