From 67a8ad3fa5bfcb1ce6a075c438a187848724ae4a Mon Sep 17 00:00:00 2001 From: tacheometry <39647014+tacheometry@users.noreply.github.com> Date: Tue, 26 Jul 2022 02:52:20 +0300 Subject: [PATCH] Fix daemon typo --- 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()