From: Matt Corallo Date: Mon, 5 Feb 2024 23:54:56 +0000 (+0000) Subject: Fix comment spelling X-Git-Tag: v0.0.123-beta~77^2~1 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=82965158714e9ca9cc279a6a16cfe097c54d17ee;p=rust-lightning Fix comment spelling --- diff --git a/lightning/src/chain/channelmonitor.rs b/lightning/src/chain/channelmonitor.rs index a9250c0a7..cffb968bd 100644 --- a/lightning/src/chain/channelmonitor.rs +++ b/lightning/src/chain/channelmonitor.rs @@ -3172,7 +3172,7 @@ impl ChannelMonitorImpl { (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.