From e0745358d1256a9d33acd0d19b8e05d5647c2fcf Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Wed, 27 Oct 2021 08:24:51 +0200 Subject: [PATCH] Fix typo in the error message. Signed-off-by: Vincenzo Palazzo --- plugins/spender/fundchannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spender/fundchannel.c b/plugins/spender/fundchannel.c index 3b829f76d..fa1e2db25 100644 --- a/plugins/spender/fundchannel.c +++ b/plugins/spender/fundchannel.c @@ -132,7 +132,7 @@ fundchannel_get_result(struct command *cmd, if (!ok) plugin_err(cmd->plugin, - "Unexpected result from nultifundchannel: %.*s", + "Unexpected result from multifundchannel: %.*s", json_tok_full_len(result), json_tok_full(buf, result));