fix: correct falied->failed typo in janitor error message

Fixes expect message typo in janitor error handling.
Single-character typo fix: falied -> failed.
This commit is contained in:
Jah-yee
2026-07-02 04:14:38 +08:00
parent fb0f9a001e
commit 3e333283d6
+1 -1
View File
@@ -475,7 +475,7 @@ impl<T, E> EnsureJanitorResult<T, E> {
), ),
(Some(Err(jerr)), Err(cerr)) => panic!( (Some(Err(jerr)), Err(cerr)) => panic!(
"Both the calee and the janitor or \ "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\ \n\
Janitor/Daemon error: {jerr:?} Janitor/Daemon error: {jerr:?}
\n\ \n\