Skip to content

Commit

Permalink
Fix daemon typo (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
tacheometry committed Jul 28, 2022
1 parent a1c93a4 commit 812e97d
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 @@ -1183,7 +1183,7 @@ def is_running(program, argument):
def daemon_running_msg():
print("\n" + "-" * 24 + " auto-cpufreq running " + "-" * 30 + "\n")
print(
"ERROR: auto-cpufreq is running in daemon mode.\n\nMake sure to stop the deamon before running with --live or --monitor mode"
"ERROR: auto-cpufreq is running in daemon mode.\n\nMake sure to stop the daemon before running with --live or --monitor mode"
)
footer()

Expand Down

0 comments on commit 812e97d

Please sign in to comment.