lnwallet+lncfg: fix typos

This commit is contained in:
Olaoluwa Osuntokun
2020-03-13 18:50:45 -07:00
parent 823a9cc2c2
commit de2fefe52a
2 changed files with 2 additions and 2 deletions

View File

@@ -309,7 +309,7 @@ func CommitScriptAnchors(localChanCfg,
return nil, nil, err
}
// And the anchor spemdable by the remote node.
// And the anchor spendable by the remote node.
remoteAnchor, err := anchorScript(remoteChanCfg.MultiSigKey.PubKey)
if err != nil {
return nil, nil, err