diff --git a/auto_cpufreq/core.py b/auto_cpufreq/core.py index 5baf9605..0f093566 100755 --- a/auto_cpufreq/core.py +++ b/auto_cpufreq/core.py @@ -279,7 +279,7 @@ def turbo(value: bool = None): amd_value = amd_pstate.read_text().strip() if amd_value == "active": print("CPU turbo is controlled by amd-pstate-epp driver") - # Bascially, no other value should exist. + # Basically, no other value should exist. return False else: print("Warning: CPU turbo is not available")