Fix comment spelling
authorMatt Corallo <git@bluematt.me>
Mon, 5 Feb 2024 23:54:56 +0000 (23:54 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 6 Feb 2024 18:53:04 +0000 (18:53 +0000)
lightning/src/chain/channelmonitor.rs

index a9250c0a787d97bd713507e6e9b45518031329e2..cffb968bd9a31cc4e7b875dbd51bff457131258e 100644 (file)
@@ -3172,7 +3172,7 @@ impl<Signer: WriteableEcdsaChannelSigner> ChannelMonitorImpl<Signer> {
                                                        (htlc, htlc_source.as_ref().map(|htlc_source| htlc_source.as_ref()))
                                                ), logger);
                                } else {
-                                       // Our fuzzers aren't contrained by pesky things like valid signatures, so can
+                                       // Our fuzzers aren't constrained by pesky things like valid signatures, so can
                                        // spend our funding output with a transaction which doesn't match our past
                                        // commitment transactions. Thus, we can only debug-assert here when not
                                        // fuzzing.