From 2ea16c4aa877273fd76d25ec6f5faa2724213e71 Mon Sep 17 00:00:00 2001 From: Haley Weslin <15714156-hweslin@users.noreply.gitlab.com> Date: Sat, 14 Oct 2023 17:33:18 +0000 Subject: [PATCH] Fix capabiltiies comment typo find_peers.rs This fixes a typo of capabiltiies for capabilities in veilid-core/src/routing_table/find_peers.rs. --- veilid-core/src/routing_table/find_peers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veilid-core/src/routing_table/find_peers.rs b/veilid-core/src/routing_table/find_peers.rs index 647dc78b..0d3a56e7 100644 --- a/veilid-core/src/routing_table/find_peers.rs +++ b/veilid-core/src/routing_table/find_peers.rs @@ -72,7 +72,7 @@ impl RoutingTable { /// Utility to find nodes that are closer to a key than our own node, /// preferring reliable nodes first, and returning their peer info - /// Can filter based on a particular set of capabiltiies + /// Can filter based on a particular set of capabilities pub fn find_preferred_peers_closer_to_key( &self, key: TypedKey,