From 6bacab5e874a24b8d6fd86efdc7f8f3067820fae Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 20 Feb 2018 10:44:21 +0100 Subject: [PATCH] Fix typos --- lightningd/peer_control.c | 2 +- lightningd/subd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lightningd/peer_control.c b/lightningd/peer_control.c index 843d0c00d..c72fd13da 100644 --- a/lightningd/peer_control.c +++ b/lightningd/peer_control.c @@ -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, diff --git a/lightningd/subd.h b/lightningd/subd.h index 7cc9f0b27..874f92779 100644 --- a/lightningd/subd.h +++ b/lightningd/subd.h @@ -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. *