sweep+lntest: fix typos

This commit is contained in:
Thabokani
2023-12-30 19:46:35 +08:00
parent 4d8fa349ca
commit 55072bfd5e
4 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ import (
"github.com/lightningnetwork/lnd/lntest/wait"
)
// nodeManager is responsible for hanlding the start and stop of a given node.
// nodeManager is responsible for handling the start and stop of a given node.
// It also keeps track of the running nodes.
type nodeManager struct {
sync.Mutex