Fix a-vs-an typos

This commit is contained in:
practicalswift
2018-02-08 22:43:01 +01:00
committed by Christian Decker
parent 5474512c31
commit 4f4756bd20
18 changed files with 25 additions and 25 deletions

View File

@@ -898,7 +898,7 @@ const struct bitcoin_tx *bitcoin_commit(const tal_t *ctx, struct peer *peer)
return bitcoin_tx("our commit");
}
/* Create a HTLC refund collection */
/* Create an HTLC refund collection */
const struct bitcoin_tx *bitcoin_htlc_timeout(const tal_t *ctx,
const struct peer *peer,
const struct htlc *htlc)
@@ -906,7 +906,7 @@ const struct bitcoin_tx *bitcoin_htlc_timeout(const tal_t *ctx,
return htlc_tx(ctx, "htlc timeout", htlc->id);
}
/* Create a HTLC collection */
/* Create an HTLC collection */
const struct bitcoin_tx *bitcoin_htlc_spend(const tal_t *ctx,
const struct peer *peer,
const struct htlc *htlc)