From 3e333283d6098736827f53e990e42d147450a2ef Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Thu, 2 Jul 2026 04:14:38 +0800 Subject: [PATCH] fix: correct falied->failed typo in janitor error message Fixes expect message typo in janitor error handling. Single-character typo fix: falied -> failed. --- util/src/tokio/janitor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/src/tokio/janitor.rs b/util/src/tokio/janitor.rs index cabfa236..9cccc45f 100644 --- a/util/src/tokio/janitor.rs +++ b/util/src/tokio/janitor.rs @@ -475,7 +475,7 @@ impl EnsureJanitorResult { ), (Some(Err(jerr)), Err(cerr)) => panic!( "Both the calee and the janitor or \ - some of its deamons falied in enter_janitor()/ensure_janitor():\n\ + some of its deamons failed in enter_janitor()/ensure_janitor():\n\ \n\ Janitor/Daemon error: {jerr:?} \n\