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.
This commit is contained in:
Haley Weslin 2023-10-14 17:13:44 +00:00
parent ff56634667
commit 514f9aa60d

View File

@ -158,7 +158,7 @@ impl RoutingTable {
for bsname in bsnames { for bsname in bsnames {
unord.push( unord.push(
async move { async move {
// look up boostrap node txt records // look up bootstrap node txt records
let bsnirecords = match intf::txt_lookup(&bsname).await { let bsnirecords = match intf::txt_lookup(&bsname).await {
Err(e) => { Err(e) => {
warn!( warn!(