From baa7433504010223117507757607c12459d7b6ac Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 21 Jan 2019 12:25:57 -0500 Subject: [PATCH] Fix spelling in do_test_monitor_temporary_update_fail comment --- src/ln/chanmon_update_fail_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ln/chanmon_update_fail_tests.rs b/src/ln/chanmon_update_fail_tests.rs index 545ffc1ec..cd1df0263 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 -- 2.39.5