From d1a59b6f0d387af1c29e24720053b19f6ae741e4 Mon Sep 17 00:00:00 2001 From: niftynei Date: Thu, 7 Jan 2021 16:38:00 -0600 Subject: [PATCH] nit df: correct spelling mistake --- lightningd/dual_open_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningd/dual_open_control.c b/lightningd/dual_open_control.c index 810d4a45e..5050f5a14 100644 --- a/lightningd/dual_open_control.c +++ b/lightningd/dual_open_control.c @@ -1591,7 +1591,7 @@ json_openchannel_signed(struct command *cmd, if (uc) return command_fail(cmd, LIGHTNINGD, "Commitments for this channel not " - "yet secured, see `openchannl_update`"); + "yet secured, see `openchannel_update`"); if (!channel) return command_fail(cmd, FUNDING_UNKNOWN_CHANNEL, "Unknown channel");