From: Matt Corallo Date: Mon, 21 Jan 2019 17:25:57 +0000 (-0500) Subject: Fix spelling in do_test_monitor_temporary_update_fail comment X-Git-Tag: v0.0.12~237^2~1 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=baa7433504010223117507757607c12459d7b6ac;p=rust-lightning Fix spelling in do_test_monitor_temporary_update_fail comment --- diff --git a/src/ln/chanmon_update_fail_tests.rs b/src/ln/chanmon_update_fail_tests.rs index 545ffc1e..cd1df026 100644 --- a/src/ln/chanmon_update_fail_tests.rs +++ b/src/ln/chanmon_update_fail_tests.rs @@ -140,7 +140,7 @@ fn do_test_monitor_temporary_update_fail(disconnect_count: usize) { // TemporaryFailure likely indicates net disconnect which resulted in failing to update // the ChannelMonitor on a watchtower). // * If !(disconnect_count & 16) we deliver a update_fulfill_htlc/CS for the first payment - // immediately, otherwise we wait sconnect and deliver them via the reconnect + // immediately, otherwise we wait disconnect and deliver them via the reconnect // channel_reestablish processing (ie disconnect_count & 16 makes no sense if // disconnect_count & !disconnect_flags is 0). // * We then update the channel monitor, reconnecting if disconnect_count is set and walk