mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-07-28 14:26:59 -07:00
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:
@@ -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\
|
||||||
|
|||||||
Reference in New Issue
Block a user