Skip to content

Commit 6bacab5

Browse files
practicalswiftcdecker
authored andcommitted
Fix typos
1 parent 4aeebe8 commit 6bacab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightningd/peer_control.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2695,7 +2695,7 @@ static void peer_offer_channel(struct lightningd *ld,
26952695
take(&peer_fd), take(&gossip_fd),
26962696
NULL);
26972697
if (!fc->uc->openingd) {
2698-
/* We don't send them an eror packet: for them, nothing
2698+
/* We don't send them an error packet: for them, nothing
26992699
* happened! */
27002700
uncommitted_channel_to_gossipd(ld, fc->uc, NULL,
27012701
gossip_index,

lightningd/subd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ void subd_req_(const tal_t *ctx,
175175
void *replycb_data);
176176

177177
/**
178-
* subd_release_channel - shut down a subdaemon which no longer owns the channe;.
178+
* subd_release_channel - shut down a subdaemon which no longer owns the channel.
179179
* @owner: subd which owned channel.
180180
* @channel: channel to release.
181181
*

0 commit comments

Comments
 (0)