Skip to content

Commit 40574d0

Browse files
committed
Fix a small typo in code
1 parent 5592378 commit 40574d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8174,7 +8174,7 @@ where
81748174
/// will randomly be placed first or last in the returned array.
81758175
///
81768176
/// Note that even though `BroadcastChannelAnnouncement` and `BroadcastChannelUpdate`
8177-
/// `MessageSendEvent`s are intended to be broadcasted to all peers, they will be pleaced among
8177+
/// `MessageSendEvent`s are intended to be broadcasted to all peers, they will be placed among
81788178
/// the `MessageSendEvent`s to the specific peer they were generated under.
81798179
fn get_and_clear_pending_msg_events(&self) -> Vec<MessageSendEvent> {
81808180
let events = RefCell::new(Vec::new());

0 commit comments

Comments
 (0)