1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00
s/evnets/events/
This commit is contained in:
Richard van der Hoff
2016-04-08 15:54:57 +01:00
parent a493a0ddb3
commit dc56d7f784

View File

@@ -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);
}