From 073622b8bf61caab198db019aaa83bbc29810bf9 Mon Sep 17 00:00:00 2001 From: Haley Weslin <15714156-hweslin@users.noreply.gitlab.com> Date: Mon, 25 Sep 2023 19:13:16 +0000 Subject: [PATCH] Fix "can possible be" in rpc_processor/mod.rs This fixes a wordo of possible for possibly. --- veilid-core/src/rpc_processor/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veilid-core/src/rpc_processor/mod.rs b/veilid-core/src/rpc_processor/mod.rs index ba68fe27..c9f1cf5a 100644 --- a/veilid-core/src/rpc_processor/mod.rs +++ b/veilid-core/src/rpc_processor/mod.rs @@ -524,7 +524,7 @@ impl RPCProcessor { } /// Search the DHT for a specific node corresponding to a key unless we have that node in our routing table already, and return the node reference - /// Note: This routine can possible be recursive, hence the SendPinBoxFuture async form + /// Note: This routine can possibly be recursive, hence the SendPinBoxFuture async form pub fn resolve_node( &self, node_id: TypedKey,