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

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