Skip to content

Commit 46ba6a8

Browse files
committed
Fix spelling in comment
From @valentinewallace at #3144 (comment)
1 parent 8d240cf commit 46ba6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/msgs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2902,7 +2902,7 @@ impl Writeable for UnsignedChannelUpdate {
29022902
self.chain_hash.write(w)?;
29032903
self.short_channel_id.write(w)?;
29042904
self.timestamp.write(w)?;
2905-
// Thw low bit of message_flags used to indicate the presence of `htlc_maximum_msat`, and
2905+
// The low bit of message_flags used to indicate the presence of `htlc_maximum_msat`, and
29062906
// now must be set
29072907
(self.message_flags | 1).write(w)?;
29082908
self.channel_flags.write(w)?;

0 commit comments

Comments
 (0)