Merge branch 'boostrapTypo2023-10-14' into 'main'

Fix boostrap in bootstrap.rs comment

See merge request veilid/veilid!220
This commit is contained in:
Christien Rioux 2023-10-14 18:12:56 +00:00
commit 794c6306a6

View File

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