Fix a typo (s/ideling/idling/)

This commit is contained in:
Alexander Krotov
2020-02-03 01:03:14 +03:00
parent 1ca23a7479
commit 4e529bfe6a

View File

@@ -143,7 +143,7 @@ impl JobThread {
if state.jobs_needed { if state.jobs_needed {
info!( info!(
context, 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, self.name,
); );
state.jobs_needed = false; state.jobs_needed = false;