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