multi: Fix typos [skip ci]

This commit is contained in:
Dimitris Apostolou
2022-01-13 18:29:43 +02:00
parent f50950640f
commit 530a2059e5
139 changed files with 254 additions and 254 deletions

View File

@ -246,7 +246,7 @@ func TestShouldPeerBootstrap(t *testing.T) {
},
},
// Mainnet active, but boostrap disabled, no boostrap.
// Mainnet active, but bootstrap disabled, no bootstrap.
{
cfg: &Config{
Bitcoin: &lncfg.Chain{
@ -257,7 +257,7 @@ func TestShouldPeerBootstrap(t *testing.T) {
},
},
// Mainnet active, should boostrap.
// Mainnet active, should bootstrap.
{
cfg: &Config{
Bitcoin: &lncfg.Chain{
@ -268,7 +268,7 @@ func TestShouldPeerBootstrap(t *testing.T) {
shouldBoostrap: true,
},
// Testnet active, should boostrap.
// Testnet active, should bootstrap.
{
cfg: &Config{
Bitcoin: &lncfg.Chain{