From: Matt Corallo Date: Tue, 2 Jul 2024 22:17:02 +0000 (+0000) Subject: Fix spelling in comment X-Git-Tag: v0.0.124-beta~63^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=46ba6a8fbb0ccdb07772413cf3d85c29aa8913a4;p=rust-lightning Fix spelling in comment From @valentinewallace at https://github.com/lightningdevkit/rust-lightning/pull/3144#discussion_r1661404243 --- diff --git a/lightning/src/ln/msgs.rs b/lightning/src/ln/msgs.rs index 8f389d07c..e7b43ded1 100644 --- a/lightning/src/ln/msgs.rs +++ b/lightning/src/ln/msgs.rs @@ -2902,7 +2902,7 @@ impl Writeable for UnsignedChannelUpdate { self.chain_hash.write(w)?; self.short_channel_id.write(w)?; self.timestamp.write(w)?; - // Thw low bit of message_flags used to indicate the presence of `htlc_maximum_msat`, and + // The low bit of message_flags used to indicate the presence of `htlc_maximum_msat`, and // now must be set (self.message_flags | 1).write(w)?; self.channel_flags.write(w)?;