Skip to content

Commit 6120eb9

Browse files
committed
Fix a small typo in code
1 parent 0c67753 commit 6120eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8027,7 +8027,7 @@ where
80278027
/// will randomly be placed first or last in the returned array.
80288028
///
80298029
/// Note that even though `BroadcastChannelAnnouncement` and `BroadcastChannelUpdate`
8030-
/// `MessageSendEvent`s are intended to be broadcasted to all peers, they will be pleaced among
8030+
/// `MessageSendEvent`s are intended to be broadcasted to all peers, they will be placed among
80318031
/// the `MessageSendEvent`s to the specific peer they were generated under.
80328032
fn get_and_clear_pending_msg_events(&self) -> Vec<MessageSendEvent> {
80338033
let events = RefCell::new(Vec::new());

0 commit comments

Comments
 (0)