Skip to content

Commit 202a097

Browse files
committed
f s/ot/to/
1 parent 6ca8770 commit 202a097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/onion_message/messenger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ where
10201020
}
10211021

10221022
macro_rules! drop_handled_events_and_abort { ($self: expr, $res: expr, $offset: expr, $event_queue: expr) => {
1023-
// We want ot make sure to cleanly abort upon event handling failure. To this end, we drop all
1023+
// We want to make sure to cleanly abort upon event handling failure. To this end, we drop all
10241024
// successfully handled events from the given queue, reset the events processing flag, and
10251025
// return, to have the events eventually replayed upon next invocation.
10261026
{

0 commit comments

Comments
 (0)