From 9503607eab6ac191f4d38923dfce894e990f0cd5 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 5 Aug 2022 21:24:00 +0100 Subject: [PATCH] typo --- src/static/js/ui/UIGauge.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/js/ui/UIGauge.mjs b/src/static/js/ui/UIGauge.mjs index 4bdef33..0252da2 100644 --- a/src/static/js/ui/UIGauge.mjs +++ b/src/static/js/ui/UIGauge.mjs @@ -134,7 +134,7 @@ class UIGauge extends AbstractUIItem { return false; } if(typeof data_item !== "number") { - console.warn(`Warning: Got '${typeof daata_item}' when evaluating value for UIGuage.`); + console.warn(`Warning: Got '${typeof data_item}' when evaluating value for UIGauge.`); return false; }