Skip to content

Commit

Permalink
nit df: correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
niftynei authored and rustyrussell committed Jan 24, 2021
1 parent 8591f11 commit d1a59b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightningd/dual_open_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit d1a59b6

Please sign in to comment.