From 7a4b783fc81f7a987c0779d496da6964d84f73ad Mon Sep 17 00:00:00 2001 From: Gabriel Comte Date: Mon, 25 May 2020 16:32:49 +0200 Subject: [PATCH] lncli: Fix typos in closechannel help dialog --- cmd/lncli/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }, },