From c9c07713557b92eb341552bce87c440bfd63277d Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Thu, 31 Aug 2017 16:29:45 +0100 Subject: [PATCH] Spelling --- src/components/structures/ScrollPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/ScrollPanel.js b/src/components/structures/ScrollPanel.js index abb9ddff49..3ea699798e 100644 --- a/src/components/structures/ScrollPanel.js +++ b/src/components/structures/ScrollPanel.js @@ -117,7 +117,7 @@ export default class ScrollPanel extends StickyContainer { debuglog("Scroll event: offset now:", sn.scrollTop, "_lastSetScroll:", this._lastSetScroll); - // Set the node and notify subscribers of the StickContainer + // Set the node and notify subscribers of the StickyContainer // By extending StickyContainer, we can set the scroll node to be that of the // ScrolPanel to allow any `` children to be sticky, namely DateSeparators. this.node = sn;