mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 04:06:11 -04:00
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:
parent
ff56634667
commit
514f9aa60d
1 changed files with 1 additions and 1 deletions
|
@ -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!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue