Fix typos

This commit is contained in:
practicalswift 2018-02-20 10:44:21 +01:00 committed by Christian Decker
parent 4aeebe88f2
commit 6bacab5e87
2 changed files with 2 additions and 2 deletions

View File

@ -2695,7 +2695,7 @@ static void peer_offer_channel(struct lightningd *ld,
take(&peer_fd), take(&gossip_fd),
NULL);
if (!fc->uc->openingd) {
/* We don't send them an eror packet: for them, nothing
/* We don't send them an error packet: for them, nothing
* happened! */
uncommitted_channel_to_gossipd(ld, fc->uc, NULL,
gossip_index,

View File

@ -175,7 +175,7 @@ void subd_req_(const tal_t *ctx,
void *replycb_data);
/**
* subd_release_channel - shut down a subdaemon which no longer owns the channe;.
* subd_release_channel - shut down a subdaemon which no longer owns the channel.
* @owner: subd which owned channel.
* @channel: channel to release.
*