Skip to content

Commit 052e220

Browse files
committed
Fix a small typo in code
1 parent 146a291 commit 052e220

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
@@ -8163,7 +8163,7 @@ where
81638163
/// will randomly be placed first or last in the returned array.
81648164
///
81658165
/// Note that even though `BroadcastChannelAnnouncement` and `BroadcastChannelUpdate`
8166-
/// `MessageSendEvent`s are intended to be broadcasted to all peers, they will be pleaced among
8166+
/// `MessageSendEvent`s are intended to be broadcasted to all peers, they will be placed among
81678167
/// the `MessageSendEvent`s to the specific peer they were generated under.
81688168
fn get_and_clear_pending_msg_events(&self) -> Vec<MessageSendEvent> {
81698169
let events = RefCell::new(Vec::new());

0 commit comments

Comments
 (0)