diff --git a/liquidity/autoloop_test.go b/liquidity/autoloop_test.go index d0b7ecc0..2093cb7c 100644 --- a/liquidity/autoloop_test.go +++ b/liquidity/autoloop_test.go @@ -78,7 +78,7 @@ func TestAutoLoopDisabled(t *testing.T) { c.stop() } -// TestAutoLoopEnabled tests enabling the liquidity manger's autolooper. To keep +// TestAutoLoopEnabled tests enabling the liquidity manager's autolooper. To keep // the test simple, we do not update actual lnd channel balances, but rather // run our mock with two channels that will always require a loop out according // to our rules. This allows us to test the other restrictions placed on the diff --git a/liquidity/liquidity.go b/liquidity/liquidity.go index 2a286a31..bcf8476f 100644 --- a/liquidity/liquidity.go +++ b/liquidity/liquidity.go @@ -340,7 +340,7 @@ func (m *Manager) Run(ctx context.Context) error { } } - // Try to automatically dispach an asset auto-loop. + // Try to automatically dispatch an asset auto-loop. for assetID := range m.params.AssetAutoloopParams { err = m.easyAssetAutoloop(ctx, assetID) if err != nil {