From b82ea9dae5e3ff172393168f220d12372c7c0ae0 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 2 Jul 2021 17:09:05 +0200 Subject: [PATCH] changed spelling of palette --- src/gui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui.js b/src/gui.js index 338e1d35..4e1a0f28 100644 --- a/src/gui.js +++ b/src/gui.js @@ -1260,10 +1260,10 @@ IDE_Morph.prototype.createCategories = function () { if (this.scene.unifiedPalette) { categorySelectionAction = scrollToCategory; } else { - categorySelectionAction = changePallete; + categorySelectionAction = changePalette; } - function changePallete(category) { + function changePalette(category) { return () => { myself.currentCategory = category; myself.categories.children.forEach(each =>