Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeyg56 committed Apr 9, 2024
1 parent 860ec51 commit 3a4e8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_cpufreq/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3a4e8c5

Please sign in to comment.