From 82965158714e9ca9cc279a6a16cfe097c54d17ee Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 5 Feb 2024 23:54:56 +0000 Subject: [PATCH] Fix comment spelling --- lightning/src/chain/channelmonitor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning/src/chain/channelmonitor.rs b/lightning/src/chain/channelmonitor.rs index a9250c0a..cffb968b 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. -- 2.30.2