Skip to content

Commit 3fe0c1a

Browse files
committed
f typo
1 parent 02a6f9e commit 3fe0c1a

File tree

1 file changed

+1
-1
lines changed
  • lightning-background-processor/src

1 file changed

+1
-1
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl BackgroundProcessor {
168168
// In any case, if we've been entirely paused for more than double our ping
169169
// timer, we should have disconnected all sockets by now (and they're probably
170170
// dead anyway), so disconnect them by calling `timer_tick_occurred()` twice.
171-
log_trace!(logger, "Awoke after more than double our ping timer, disconnectping peers.");
171+
log_trace!(logger, "Awoke after more than double our ping timer, disconnecting peers.");
172172
peer_manager.timer_tick_occurred();
173173
peer_manager.timer_tick_occurred();
174174
last_ping_call = Instant::now();

0 commit comments

Comments
 (0)