diff --git a/en/ln-06.md b/en/ln-06.md index 06fbbae..9bbafad 100644 --- a/en/ln-06.md +++ b/en/ln-06.md @@ -148,7 +148,7 @@ Alice can now safely broadcast the funding transaction. Both Alice and Bob will ### Announcing the channel This part is fairly easy. Alice and Bob just need to construct one message, `channel_announcement`, together and once it is complete, then they can broadcast it to the network. Other nodes will use this message to prove a few things: -- That the channe funding tx is actually an existing, unspent UTXO with an acceptable number of confirmations. +- That the channel funding tx is actually an existing, unspent UTXO with an acceptable number of confirmations. - That the funding transaction output actually looks like a Lightning channel funding transaction. - That the channel is actually owned by the keys that Alice and Bob say they used to construct the channel. - That Alice and Bob both agree on the message being broadcast.