From 46ba6a8fbb0ccdb07772413cf3d85c29aa8913a4 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 2 Jul 2024 22:17:02 +0000 Subject: [PATCH] Fix spelling in comment From @valentinewallace at https://github.com/lightningdevkit/rust-lightning/pull/3144#discussion_r1661404243 --- lightning/src/ln/msgs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)?; -- 2.39.5