fix: correct falied->failed typo in janitor error message (#894)

This commit is contained in:
Ilka Schulz
2026-07-04 12:17:38 +02:00
committed by GitHub
+1 -1
View File
@@ -475,7 +475,7 @@ impl<T, E> EnsureJanitorResult<T, E> {
),
(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\