From e5d538412b2fb899a7d53e9f879ecbf7171a6a56 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 27 Jul 2021 09:29:32 +0100 Subject: [PATCH] Typo Co-authored-by: Germain --- src/components/structures/ScrollPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/ScrollPanel.tsx b/src/components/structures/ScrollPanel.tsx index f90cdca167..112f8d2c21 100644 --- a/src/components/structures/ScrollPanel.tsx +++ b/src/components/structures/ScrollPanel.tsx @@ -363,7 +363,7 @@ export default class ScrollPanel extends React.Component { // so we can trigger a new chain of calls once done. // However, we make an exception for when we're already filling due to a // props (or children) update, because very often the children include - // spinners to say whether we're pagainating or not, so this would cause + // spinners to say whether we're paginating or not, so this would cause // infinite paginating. if (isFirstCall) { if (this.isFilling && !this.isFillingDueToPropsUpdate) {