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