Skip to content

Commit

Permalink
Fix typo in the error message.
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo authored and cdecker committed Oct 30, 2021
1 parent b031f07 commit e074535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/spender/fundchannel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit e074535

Please sign in to comment.