Browse Source

Fix typos

ppa-0.6.1
practicalswift 7 years ago
committed by Christian Decker
parent
commit
6bacab5e87
  1. 2
      lightningd/peer_control.c
  2. 2
      lightningd/subd.h

2
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,

2
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.
*

Loading…
Cancel
Save