lncli: Fix typos in closechannel help dialog

This commit is contained in:
Gabriel Comte 2020-05-25 16:32:49 +02:00
parent 7f1a450a7f
commit 7a4b783fc8
No known key found for this signature in database
GPG Key ID: 055870CB97BCAB2F

@ -644,7 +644,7 @@ var closeChannelCommand = cli.Command{
Name: "delivery_addr", Name: "delivery_addr",
Usage: "(optional) an address to deliver funds " + Usage: "(optional) an address to deliver funds " +
"upon cooperative channel closing, may only " + "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", "already set",
}, },
}, },