From 812e97d8d91fc3f5d1d7cc6dac69a4e6e8bc2f7e Mon Sep 17 00:00:00 2001 From: tacheometry <39647014+tacheometry@users.noreply.github.com> Date: Thu, 28 Jul 2022 09:35:52 +0200 Subject: [PATCH] Fix daemon typo (#409) --- auto_cpufreq/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_cpufreq/core.py b/auto_cpufreq/core.py index 4f6fb48a..878c5f0c 100644 --- a/auto_cpufreq/core.py +++ b/auto_cpufreq/core.py @@ -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()