Skip to content

Commit 089743d

Browse files
committed
liquidity: fix comment typos
1 parent 1fa9197 commit 089743d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

liquidity/autoloop_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func TestAutoLoopDisabled(t *testing.T) {
7878
c.stop()
7979
}
8080

81-
// TestAutoLoopEnabled tests enabling the liquidity manger's autolooper. To keep
81+
// TestAutoLoopEnabled tests enabling the liquidity manager's autolooper. To keep
8282
// the test simple, we do not update actual lnd channel balances, but rather
8383
// run our mock with two channels that will always require a loop out according
8484
// to our rules. This allows us to test the other restrictions placed on the

liquidity/liquidity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ func (m *Manager) Run(ctx context.Context) error {
340340
}
341341
}
342342

343-
// Try to automatically dispach an asset auto-loop.
343+
// Try to automatically dispatch an asset auto-loop.
344344
for assetID := range m.params.AssetAutoloopParams {
345345
err = m.easyAssetAutoloop(ctx, assetID)
346346
if err != nil {

0 commit comments

Comments
 (0)