Fix "searing" in fanout_call.rs comment

This fixes a wordo of searing for searching.
This commit is contained in:
Haley Weslin 2023-09-25 18:59:30 +00:00
parent 38ff6f81c5
commit 531cb71d00

View File

@ -19,7 +19,7 @@ pub fn capability_fanout_node_info_filter(caps: Vec<Capability>) -> 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.
///