diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index 56d20a29..2dfda4b1 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -644,7 +644,7 @@ var closeChannelCommand = cli.Command{ Name: "delivery_addr", Usage: "(optional) an address to deliver funds " + "upon cooperative channel closing, may only " + - "be used if an upfront shutdown addresss is not" + + "be used if an upfront shutdown address is not " + "already set", }, },