From 514f9aa60dffc565346548557dfff4f5d5b11c3e Mon Sep 17 00:00:00 2001 From: Haley Weslin <15714156-hweslin@users.noreply.gitlab.com> Date: Sat, 14 Oct 2023 17:13:44 +0000 Subject: [PATCH] Fix boostrap in bootstrap.rs comment This fixes a typo of "boostrap" for "bootstrap" in a comment in veilid-core/src/routing_table/tasks/bootstrap.rs. --- veilid-core/src/routing_table/tasks/bootstrap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veilid-core/src/routing_table/tasks/bootstrap.rs b/veilid-core/src/routing_table/tasks/bootstrap.rs index e69a0524..7e76b9ee 100644 --- a/veilid-core/src/routing_table/tasks/bootstrap.rs +++ b/veilid-core/src/routing_table/tasks/bootstrap.rs @@ -158,7 +158,7 @@ impl RoutingTable { for bsname in bsnames { unord.push( async move { - // look up boostrap node txt records + // look up bootstrap node txt records let bsnirecords = match intf::txt_lookup(&bsname).await { Err(e) => { warn!(