From 629f521c47d677cb49523cc1a7798ad6548df93e Mon Sep 17 00:00:00 2001 From: Haley Weslin <15714156-hweslin@users.noreply.gitlab.com> Date: Thu, 21 Sep 2023 22:28:49 +0000 Subject: [PATCH] Fix "node will node" in fanout_call.rs comment This fixes "node" wordo in a comment: the logic of the software implies "node will not" here. --- veilid-core/src/rpc_processor/fanout_call.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veilid-core/src/rpc_processor/fanout_call.rs b/veilid-core/src/rpc_processor/fanout_call.rs index 5a7971a5..d55971a5 100644 --- a/veilid-core/src/rpc_processor/fanout_call.rs +++ b/veilid-core/src/rpc_processor/fanout_call.rs @@ -156,7 +156,7 @@ where self.clone().add_to_fanout_queue(&new_nodes); } Ok(None) => { - // Call failed, node will node be considered again + // Call failed, node will not be considered again } Err(e) => { // Error happened, abort everything and return the error