From 4e529bfe6afc2c12fcd854bb33db72ee756671bf Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Mon, 3 Feb 2020 01:03:14 +0300 Subject: [PATCH] Fix a typo (s/ideling/idling/) --- src/job_thread.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/job_thread.rs b/src/job_thread.rs index 0af525f0f..7cf51353c 100644 --- a/src/job_thread.rs +++ b/src/job_thread.rs @@ -143,7 +143,7 @@ impl JobThread { if state.jobs_needed { info!( context, - "{}-IDLE will not be started as it was interrupted while not ideling.", + "{}-IDLE will not be started as it was interrupted while not idling.", self.name, ); state.jobs_needed = false;