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!(