From 0865fe2ef2ad37282f8bceef05927a4e5ddabe7a Mon Sep 17 00:00:00 2001 From: Cyrix126 Date: Sat, 6 Jul 2024 15:47:25 +0200 Subject: [PATCH] fix: typo --- src/helper/xvb/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper/xvb/mod.rs b/src/helper/xvb/mod.rs index 2af6b22..3f9c460 100644 --- a/src/helper/xvb/mod.rs +++ b/src/helper/xvb/mod.rs @@ -727,7 +727,7 @@ fn signal_interrupt( // a node is failing. We need to first verify if a node is available XvbNode::update_fastest_node(&client, &gui_api, &pub_api, &process).await; if lock!(process).state == ProcessState::OfflineNodesAll { - // No available nodes, so launch a process to verify periodicly. + // No available nodes, so launch a process to verify periodically. sleep(Duration::from_secs(10)).await; warn!("node fail, set spawn that will retry nodes and update state."); while lock!(process).state == ProcessState::OfflineNodesAll {