From 7ab5c2f5406af0624e9a02cc9cfc2a7a25f8583b Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:33:03 +0100 Subject: [PATCH] Fix typo --- Source/sys-clk/overlay/src/ui/gui/labels.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/sys-clk/overlay/src/ui/gui/labels.cpp b/Source/sys-clk/overlay/src/ui/gui/labels.cpp index c628cbb5..e25d9e25 100644 --- a/Source/sys-clk/overlay/src/ui/gui/labels.cpp +++ b/Source/sys-clk/overlay/src/ui/gui/labels.cpp @@ -47,7 +47,7 @@ std::map gpu_freq_label_e = { {768000000, "Docked"}, {921600000, "Safe Max"}, {960000000, "Unsafe Max"}, - {1075200000, "Aboslute Max"}, + {1075200000, "Absolute Max"}, }; std::map gpu_freq_label_m = { @@ -60,4 +60,4 @@ std::map gpu_freq_label_m = { {1075200000, "Safe Max"}, {1305600000, "Unsafe Max"}, {1536000000, "Aboslute Max"}, -}; \ No newline at end of file +};