diff --git a/veilid-core/src/rpc_processor/fanout_call.rs b/veilid-core/src/rpc_processor/fanout_call.rs index d55971a5..1c4ff0a0 100644 --- a/veilid-core/src/rpc_processor/fanout_call.rs +++ b/veilid-core/src/rpc_processor/fanout_call.rs @@ -19,7 +19,7 @@ pub fn capability_fanout_node_info_filter(caps: Vec) -> FanoutNodeIn Arc::new(move |_, ni| ni.has_capabilities(&caps)) } -/// Contains the logic for generically searing the Veilid routing table for a set of nodes and applying an +/// Contains the logic for generically searching the Veilid routing table for a set of nodes and applying an /// RPC operation that eventually converges on satisfactory result, or times out and returns some /// unsatisfactory but acceptable result. Or something. ///